0
Fork 0
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:
Andrey Antukh 2020-02-25 21:00:48 +01:00
parent 4cce1d5b23
commit 1d0eb1d26f

View file

@ -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))]