mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 16:38:13 +00:00
🔥 Remove unused macro.
This commit is contained in:
parent
4cce1d5b23
commit
1d0eb1d26f
@ -8,14 +8,6 @@
|
||||
(ns uxbox.builtins.icons
|
||||
(: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
|
||||
[id]
|
||||
(let [href (str "#icon-" (name id))]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user