mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 12:07:14 +02:00
🔥 Remove unused macro.
This commit is contained in:
parent
4cce1d5b23
commit
1d0eb1d26f
1 changed files with 0 additions and 8 deletions
|
@ -8,14 +8,6 @@
|
||||||
(ns uxbox.builtins.icons
|
(ns uxbox.builtins.icons
|
||||||
(:require [rumext.alpha]))
|
(:require [rumext.alpha]))
|
||||||
|
|
||||||
(defmacro inline-icon
|
|
||||||
[id]
|
|
||||||
(let [href (str "#icon-" (name id))]
|
|
||||||
`(rumext.alpha/html
|
|
||||||
[:svg {:width 500 :height 500}
|
|
||||||
[:use {:xlinkHref ~href}]])))
|
|
||||||
|
|
||||||
|
|
||||||
(defmacro icon-xref
|
(defmacro icon-xref
|
||||||
[id]
|
[id]
|
||||||
(let [href (str "#icon-" (name id))]
|
(let [href (str "#icon-" (name id))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue