UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 462 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPropText24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "m9.97949 8 1.98831 3.2266h.0625L14.0186 8h1.2695l-2.5039 4 2.5117 4h-1.2734l-1.9922-3.1758h-.0625L9.97559 16H8.70215l2.56645-4-2.55864-4z", fill: "currentColor" }))); //# sourceMappingURL=icon-prop-text-24.js.map