@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.61 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconTruncateText24 = 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.70236 15.2727c.20752 0 .39239-.1311.46105-.3269l.58382-1.6653h2.89052l.58275 1.665c.0686.196.2535.3272.4612.3272.339 0 .575-.3368.4592-.6554L8.92256 8.51079C8.81117 8.20415 8.5198 8 8.19355 8c-.32612 0-.6174.204-.72889.51047L5.24324 14.6172c-.11591.3186.12005.6555.45912.6555m3.63709-2.8444L8.23148 9.26262a.04006.04006 0 0 0-.07561-.00002l-1.10984 3.1657zm3.59345 2.9084c-.1847 0-.3433-.0663-.4759-.1988-.1325-.1326-.1988-.2912-.1988-.4759 0-.1846.0663-.3433.1988-.4758.1326-.1326.2912-.1989.4759-.1989q.27705 0 .4758.1989c.1326.1325.1989.2912.1989.4758 0 .1208-.0308.2332-.0923.3374-.0616.1018-.1432.1835-.245.245-.0995.0616-.2119.0923-.3374.0923m2.217-.1988c.1326.1325.2912.1988.4759.1988.1254 0 .2379-.0307.3373-.0923.1018-.0615.1835-.1432.245-.245.0616-.1042.0924-.2166.0924-.3374 0-.1846-.0663-.3433-.1989-.4758q-.1989-.1989-.4758-.1989c-.1847 0-.3433.0663-.4759.1989-.1326.1325-.1989.2912-.1989.4758 0 .1847.0663.3433.1989.4759m2.6934 0c.1325.1325.2912.1988.4758.1988.1255 0 .2379-.0307.3374-.0923.1018-.0615.1835-.1432.245-.245.0616-.1042.0923-.2166.0923-.3374 0-.1846-.0662-.3433-.1988-.4758-.1326-.1326-.2912-.1989-.4759-.1989-.1846 0-.3433.0663-.4758.1989-.1326.1325-.1989.2912-.1989.4758 0 .1847.0663.3433.1989.4759", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-truncate-text-24.js.map