@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.48 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconTranslateSmall24 = 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 5c-.27614 0-.5.22386-.5.5V7H5.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5h5.6616c-.4198 1.19839-.895 2.0809-1.66795 3.0667L7.99039 9.18765A.5.5 0 0 0 7.59996 9c-.41926 0-.65235.48497-.39044.81235l1.62957 2.03695c-.67964.77-1.54689 1.6498-2.69306 2.7974-.19514.1953-.19495.5119.00044.7071.19538.1951.51196.1949.7071-.0005 1.08003-1.0813 1.93082-1.9414 2.6196-2.7114l1.40663 1.7583c.2406.3007.7166.228.8564-.1309.0647-.1663.036-.3545-.0755-.4938l-1.5263-1.9079c.9439-1.1681 1.5261-2.21977 2.0296-3.70729L12.2183 8H13.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5H10V5.5c0-.27614-.22386-.5-.5-.5m5 6a.4999.4999 0 0 0-.4615.3077l-1.6667 4-.8333 2c-.1062.2549.0143.5476.2692.6538s.5476-.0143.6538-.2692L13.1667 16h3.1666l.7052 1.6923c.1062.2549.3989.3754.6538.2692s.3754-.3989.2692-.6538l-.8333-2-1.6667-4A.4999.4999 0 0 0 15 11zm.25 1.2 1.1667 2.8h-2.3334zm2.2649-5.75974L16.7 7.69997l-1.2597.31493c-.505.12624-.505.8439 0 .97014l1.2597.31493.3149 1.25973c.1262.505.8439.505.9701 0l.315-1.25973 1.2597-.31493c.505-.12624.505-.8439 0-.97014L18.3 7.69997l-.315-1.25971c-.1262-.50498-.8439-.50498-.9701 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-translate-small-24.js.map