UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.18 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconThumbUpSmall24 = 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.8002 9.75153c.17769-.10294.36-.24013.5356-.41575C10.8051 8.86649 11 8.34953 11 8c0-1.10457.8954-2 2-2s2 .89543 2 2c0 .34134-.0344.67551-.0982 1-.0678.34531-.1688.67966-.2969 1h2.1747c1.3493 0 2.3114 1.3087 1.909 2.5965L17.6344 15.97c-.3657 1.1703-1.5261 1.9026-2.7398 1.7292l-4.9759-.7108C9.71609 17.577 9.15744 18 8.5 18h-1c-.82843 0-1.5-.6716-1.5-1.5v-6C6 9.67157 6.67157 9 7.5 9h1c.55585 0 1.04106.30234 1.3002.75153M10 10.771v5.2189l5.036.7194c.7283.104 1.4245-.3354 1.6439-1.0375l1.0542-3.3735c.2012-.644-.2798-1.2983-.9545-1.2983h-3.6512l.548-1.37112C13.8826 9.11288 14 8.56448 14 8c0-.55229-.4477-1-1-1s-1 .44771-1 1c0 .67162-.3447 1.4305-.9571 2.0429-.3189.3189-.6775.5652-1.0429.7281M9 10.5c0-.2761-.22386-.5-.5-.5h-1c-.27614 0-.5.2239-.5.5v6c0 .2761.22386.5.5.5h1c.27614 0 .5-.2239.5-.5v-6", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-thumb-up-small-24.js.map