mirror of
https://github.com/logseq/logseq.git
synced 2026-05-30 07:29:48 +00:00
Address lint failures and rm unused spec dep
Spec dep is no longer needed since it ships with bb
This commit is contained in:
committed by
Gabriel Horner
parent
13277b875d
commit
65955f2ba2
@@ -258,7 +258,7 @@
|
||||
[:path {:stroke-linecap "round" :stroke-linejoin "round" :stroke-width "2" :d "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM13 10H7"}]]))
|
||||
|
||||
(defn icon-area
|
||||
([] icon-area 16)
|
||||
([] (icon-area 16))
|
||||
([size]
|
||||
[:svg {:viewBox "0 0 1024 1024" :version "1.1" :width size :height size :stroke "currentColor"}
|
||||
[:path {:d "M844.992 115.008H179.008c-35.328 0-64 28.672-64 64v665.984c0 35.328 28.672 64 64 64h665.984c35.328 0 64-28.672 64-64V179.008c0-35.328-28.672-64-64-64zM364.672 844.992H217.6L844.992 217.6v147.072l-480.32 480.32z m480.32-401.152v147.2l-254.016 253.952H443.84l401.152-401.152z m-187.648-264.832h147.072l-625.408 625.408V657.28l478.336-478.336zM179.008 578.112V431.04l252.032-252.032h147.136L179.008 578.112z m172.864-399.104l-172.864 172.8v-172.8h172.864z m318.272 665.984l174.848-174.848v174.848h-174.848z" :fill "currentColor"}]]))
|
||||
|
||||
Reference in New Issue
Block a user