UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.68 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconShortenSmall24 = 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: "M5.5529 15.2241c.12349.247.42383.3471.67082.2236l3.99998-1.9999c.2469-.1235.3471-.4239.2236-.6708-.1235-.247-.4239-.3471-.67086-.2236L5.7765 14.5533c-.24699.1235-.3471.4239-.2236.6708m.67082-6.67078 5.77638 2.88818 1.454-.727-.2503-1.75133c-.1491-1.0437.3864-2.06573 1.3294-2.53723l.2438-.12194c1.0751-.53755 2.3824-.10189 2.9202.97313.5378 1.07524.102 2.38288-.9733 2.92057l-2.4898 1.2449a.45.45 0 0 1-.0208.0103l-1.0952.5476 1.0953.5477c.007.0033.0139.0067.0208.0103l2.4895 1.2448c1.0754.5377 1.5113 1.8454.9736 2.9209-.5377 1.0754-1.8454 1.5113-2.9208.9736l-.2434-.1217c-.943-.4715-1.4784-1.4935-1.3293-2.5371l.2504-1.7524-1.6731-.8366-.0099-.0049-5.9947-2.99735c-.24699-.1235-.3471-.42383-.2236-.67082.12349-.24699.42383-.3471.67082-.22361m8.17318 1.68978-.2031-1.42139c-.0883-.61758.2286-1.22235.7866-1.50134l.2439-.12194c.5811-.29059 1.2878-.05508 1.5785.52605.2907.58124.0552 1.28812-.5261 1.57876zm.0001 3.5149-.2033 1.4224c-.0882.6176.2286 1.2223.7866 1.5012l.2434.1217c.5814.2907 1.2884.0551 1.5792-.5264.2907-.5814.055-1.2884-.5264-1.5792zm-4.71694 1.6221-.27985 1.1194-1.11941.2798c-.33329.0834-.33329.557 0 .6403l1.11941.2799.27985 1.1194c.08332.3333.55694.3333.64034 0l.2798-1.1194 1.1194-.2799c.3333-.0833.3333-.5569 0-.6403l-1.1194-.2798-.2798-1.1194c-.0834-.3333-.55702-.3333-.64034 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-shorten-small-24.js.map