UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.53 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSubscript24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M7.5097 15.6503c-.07347.2095-.27128.3498-.49332.3498-.36281 0-.61529-.3605-.49127-.7015l2.37693-6.53413c.11929-.32793.43096-.54621.77991-.54621.34905 0 .66085.21844.78005.54654l2.3736 6.5339c.1239.341-.1286.7014-.4914.7014-.2221 0-.42-.1404-.4934-.3501L9.72253 9.56926a.04286.04286 0 0 0-.0809-.00002zm.16234-2.2378c0-.2518.20414-.456.45596-.456h3.1006c.2518 0 .4559.2042.4559.456s-.2041.4559-.4559.4559H8.128c-.25182 0-.45596-.2041-.45596-.4559", fill: "currentColor" }), h("path", { d: "M14.3237 17.3376c-.241 0-.4363-.1953-.4363-.4363 0-.126.0545-.2458.1494-.3287l1.6403-1.4313c.1722-.1519.3166-.2875.4332-.4065.1165-.1191.2051-.2343.2659-.3458q.0912-.171.0912-.3648c0-.2204-.0861-.3939-.2584-.5205-.1697-.1292-.3799-.1938-.6307-.1938-.266 0-.48.0696-.6422.209-.0531.0456-.0975.0962-.1333.1517-.1266.1967-.2995.403-.5335.403s-.4326-.1938-.3672-.4185c.0732-.252.2178-.4659.4337-.6416.3293-.2685.7485-.4028 1.2577-.4028q.513 0 .8967.1824.3876.1824.6042.5016.2166.3153.2166.7143c0 .2103-.0431.4053-.1292.5852-.0836.1798-.2153.3648-.3952.5547-.1798.1875-.4116.399-.6953.6346l-.9266.7985a.0236.0236 0 0 0-.0082.0178c0 .0129.0105.0234.0235.0234h1.8954c.1972 0 .3572.1599.3572.3572s-.16.3572-.3572.3572z", fill: "currentColor" }))); //# sourceMappingURL=icon-subscript-24.js.map