mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 08:51:32 -05: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
|
||||
(: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…
Add table
Reference in a new issue