0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-14 11:09:04 -05:00

🎉 Add new libraries assets icon

This commit is contained in:
elhombretecla 2020-11-13 15:16:02 +01:00 committed by Andrey Antukh
parent ac9622ac07
commit a90f3f2176
4 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1 @@
<svg width="500" height="500" viewBox="0 0 500 500"><path d="M9.096 0A9.076 9.076 0 000 9.096v51.808A9.076 9.076 0 009.096 70h77.808A9.076 9.076 0 0096 60.904V9.096A9.076 9.076 0 0086.904 0zm140 0A9.076 9.076 0 00140 9.096v51.808A9.076 9.076 0 00149.096 70h341.808A9.076 9.076 0 00500 60.904V9.096A9.076 9.076 0 00490.904 0zm-140 146A9.076 9.076 0 000 155.096v51.808A9.076 9.076 0 009.096 216h77.808A9.076 9.076 0 0096 206.904v-51.808A9.076 9.076 0 0086.904 146zm140 0a9.076 9.076 0 00-9.096 9.096v51.808a9.076 9.076 0 009.096 9.096h341.808a9.076 9.076 0 009.096-9.096v-51.808a9.076 9.076 0 00-9.096-9.096zm-140 142A9.076 9.076 0 000 297.096v51.808A9.076 9.076 0 009.096 358h77.808A9.076 9.076 0 0096 348.904v-51.808A9.076 9.076 0 0086.904 288zm140 0a9.076 9.076 0 00-9.096 9.096v51.808a9.076 9.076 0 009.096 9.096h341.808a9.076 9.076 0 009.096-9.096v-51.808a9.076 9.076 0 00-9.096-9.096zm-140 142A9.076 9.076 0 000 439.096v51.808A9.076 9.076 0 009.096 500h77.808A9.076 9.076 0 0096 490.904v-51.808A9.076 9.076 0 0086.904 430zm140 0a9.076 9.076 0 00-9.096 9.096v51.808a9.076 9.076 0 009.096 9.096h341.808a9.076 9.076 0 009.096-9.096v-51.808a9.076 9.076 0 00-9.096-9.096z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -26,9 +26,9 @@
svg {
fill: $color-gray-30;
height: 20px;
width: 20px;
padding-right: $x-small;
height: 16px;
width: 16px;
padding-right: 6px;
}
}

View file

@ -49,6 +49,7 @@
(def grid (icon-xref :grid))
(def grid-snap (icon-xref :grid-snap))
(def icon-empty (icon-xref :icon-empty))
(def icon-list (icon-xref :icon-list))
(def icon-lock (icon-xref :icon-lock))
(def icon-set (icon-xref :icon-set))
(def image (icon-xref :image))

View file

@ -667,7 +667,7 @@
[:div.assets-bar-title
(t locale "workspace.assets.assets")
[:div.libraries-button {:on-click #(modal/show! :libraries-dialog {})}
i/libraries
i/text-align-justify
(t locale "workspace.assets.libraries")]]
[:div.search-block