@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.25 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLanguageSmall24 = 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 5.5c0-.27614.22386-.5.5-.5s.5.22386.5.5V7h3.5c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-1.2817l-.0543.16031c-.5035 1.48752-1.0857 2.53919-2.0296 3.70729l1.5263 1.9079c.1115.1393.1402.3275.0755.4938-.1398.3589-.6158.4316-.8564.1309l-1.40663-1.7583c-.68878.77-1.53958 1.6301-2.6196 2.7114-.19514.1954-.51172.1956-.7071.0005-.19539-.1952-.19558-.5118-.00044-.7071 1.14617-1.1476 2.01342-2.0274 2.69306-2.7974L7.20952 9.81235C6.94761 9.48497 7.1807 9 7.59996 9a.5.5 0 0 1 .39043.18765l1.50326 1.87905C10.2666 10.0809 10.7418 9.19839 11.1616 8H5.5c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5H9zm5.0385 5.8077A.4999.4999 0 0 1 14.5 11h.5a.4999.4999 0 0 1 .4615.3077l1.6667 4 .8333 2c.1062.2549-.0143.5476-.2692.6538s-.5476-.0143-.6538-.2692L16.3333 16h-3.1666l-.7052 1.6923c-.1062.2549-.3989.3754-.6538.2692s-.3754-.3989-.2692-.6538l.8333-2zM15.9167 15 14.75 12.2 13.5833 15z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-language-small-24.js.map