UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.19 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconThumbDownSmall24 = 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: "M9.80021 14.2485c.17768.1029.35999.2401.53559.4157.4693.4693.6642.9863.6642 1.3358 0 1.1046.8954 2 2 2s2-.8954 2-2c0-.3413-.0344-.6755-.0982-1-.0678-.3453-.1688-.6797-.2969-1h2.1747c1.3493 0 2.3114-1.3087 1.909-2.5965l-1.0542-3.37354c-.3657-1.17023-1.5261-1.90258-2.7398-1.72919l-4.9759.71084C9.7161 6.42296 9.15744 6 8.5 6h-1C6.67157 6 6 6.67157 6 7.5v6c0 .8284.67157 1.5 1.5 1.5h1c.55584 0 1.04107-.3023 1.30021-.7515M10 13.229V8.01015l5.036-.71943c.7283-.10403 1.4245.33538 1.6439 1.03751l1.0542 3.37347c.2012.644-.2798 1.2983-.9545 1.2983h-3.6512l.548 1.3711C13.8826 14.8871 14 15.4355 14 16c0 .5523-.4477 1-1 1s-1-.4477-1-1c0-.6716-.3447-1.4305-.9571-2.0429-.3189-.3189-.6776-.5652-1.0429-.7281M9 13.5c0 .2761-.22386.5-.5.5h-1c-.27614 0-.5-.2239-.5-.5v-6c0-.27614.22386-.5.5-.5h1c.27614 0 .5.22386.5.5v6", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-thumb-down-small-24.js.map