UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.33 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSpreadSmall24 = 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: "M13 6c0 .55228-.4477 1-1 1s-1-.44772-1-1 .4477-1 1-1 1 .44772 1 1m5 7c-.5523 0-1-.4477-1-1s.4477-1 1-1 1 .4477 1 1-.4477 1-1 1m-2.4645-4.53591c.3905.39053 1.0237.39053 1.4142 0 .3905-.39052.3905-1.02369 0-1.41421s-1.0237-.39052-1.4142 0-.3905 1.02369 0 1.41421m.0004 8.48521c-.3905-.3905-.3905-1.0237 0-1.4142s1.0237-.3905 1.4142 0 .3905 1.0237 0 1.4142-1.0237.3905-1.4142 0M12 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1m-6-6c-.55228 0-1-.4477-1-1s.44772-1 1-1 1 .4477 1 1-.44772 1-1 1m1.05028 3.9494c.39052.3906 1.02369.3906 1.41421 0 .39053-.3905.39053-1.0236 0-1.4142-.39052-.3905-1.02369-.3905-1.41421 0-.39053.3906-.39053 1.0237 0 1.4142m.00027-8.48448c-.39052-.39053-.39052-1.02369 0-1.41421.39053-.39053 1.02369-.39053 1.41422 0 .39052.39052.39052 1.02368 0 1.41421-.39053.39052-1.02369.39052-1.41422 0M14 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2m1 0c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-spread-small-24.js.map