UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.54 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconFillGradientLinearSmall24 = 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: "M16 7H8c-.55228 0-1 .44772-1 1v8c0 .5523.44772 1 1 1h8c.5523 0 1-.4477 1-1V8c0-.55228-.4477-1-1-1M8 6c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h8c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2zm4.0833 4.375c0 .4142-.3358.75-.75.75-.4143 0-.75-.3358-.75-.75 0-.41421.3357-.75.75-.75.4142 0 .75.33579.75.75m-.75 3.87c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75c-.4143 0-.75.3358-.75.75s.3357.75.75.75m2.8332.87c0 .3452-.2798.625-.625.625s-.625-.2798-.625-.625.2798-.625.625-.625.625.2798.625.625m-.625-2.615c.3452 0 .625-.2798.625-.625s-.2798-.625-.625-.625-.625.2798-.625.625.2798.625.625.625m.625-3.625c0 .34518-.2798.625-.625.625s-.625-.27982-.625-.625.2798-.625.625-.625.625.27982.625.625M8.875 9.75c.48325 0 .875-.39175.875-.875S9.35825 8 8.875 8 8 8.39175 8 8.875s.39175.875.875.875m.875 5.365c0 .4832-.39175.875-.875.875S8 15.5982 8 15.115c0-.4833.39175-.875.875-.875s.875.3917.875.875m-.875-2.365c.48325 0 .875-.3918.875-.875S9.35825 11 8.875 11 8 11.3918 8 11.875s.39175.875.875.875M16 10.375c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5m-.5 3.6225c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5-.5.2239-.5.5.2239.5.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-fill-gradient-linear-small-24.js.map