UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.16 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAllSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M6 13.9997c0-.3513.1843-.6768.4855-.8575l1.90394-1.1424-1.90394-1.1423a1.00002 1.00002 0 0 1 0-1.71502l4.4855-2.6913c.6334-.38002 1.4246-.38002 2.058 0l4.4855 2.6913a1.00002 1.00002 0 0 1 0 1.71502l-1.9039 1.1423 1.9039 1.1424a1 1 0 0 1 .4855.8575c0 .3512-.1843.6768-.4855.8575l-4.4855 2.6913c-.6334.38-1.4246.38-2.058 0l-4.4855-2.6913C6.1843 14.6765 6 14.3509 6 13.9997m7.6669-1.9999h-.0001l.9718-.5831h.0001l1.3895-.8336L17 9.99998l-.9718-.5831-3.5137-2.10821c-.3167-.19-.7123-.19001-1.029 0L7.97183 9.41688 7 9.99998l.97183.58312 1.38944.8336h.00009l.97184.5831h-.0001l1.1524.6915c.3167.19.7123.19 1.029 0zm.9718.5831 1.3895.8337.9718.5831-.9718.5831-3.5137 2.1082c-.3167.19-.7123.19-1.029 0l-3.51367-2.1082L7 13.9997l.97183-.5831 1.38944-.8337 1.60973.9659c.6334.38 1.4246.38 2.058 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-all-small-24.js.map