UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.58 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSuperscript24 = 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.50945 15.6503c-.07346.2095-.27128.3498-.49332.3498-.3628 0-.61529-.3605-.49126-.7015l2.37692-6.53413c.11929-.32793.43097-.54621.77992-.54621.34909 0 .66089.21844.77999.54654l2.3737 6.5339c.1239.341-.1286.7014-.4914.7014-.2222 0-.4201-.1404-.4935-.3501L9.72228 9.56926a.04285.04285 0 0 0-.08089-.00002zm.16234-2.2378c0-.2518.20414-.456.45597-.456h3.10054c.2518 0 .456.2042.456.456s-.2042.4559-.456.4559H8.12776c-.25183 0-.45597-.2041-.45597-.4559", fill: "currentColor" }), h("path", { d: "M14.3234 12.1092c-.2409 0-.4362-.1953-.4362-.4363 0-.126.0545-.2458.1494-.3287l1.6402-1.43126q.25845-.22799.4332-.40657c.1165-.11906.2052-.23432.266-.34578q.0912-.17098.0912-.36477c0-.22039-.0861-.39391-.2584-.52056-.1697-.12919-.38-.19379-.6307-.19379-.266 0-.4801.06966-.6422.20899-.0531.04566-.0976.09623-.1333.1517-.1267.19672-.2996.40305-.5336.40305-.2339 0-.4325-.1938-.3672-.41848.0733-.25203.2178-.46591.4337-.64164.3294-.26851.7486-.40277 1.2577-.40277.342 0 .6409.0608.8968.18239.2584.12159.4597.28878.6041.50156q.2166.31538.2166.71435c0 .21025-.043.4053-.1292.58516q-.1254.26978-.3951.55475-.26985.28119-.6954.63457l-.9266.7985a.0238.0238 0 0 0-.0081.0178c0 .0129.0105.0234.0234.0234h1.8954c.1973 0 .3572.1599.3572.3572s-.1599.3572-.3572.3572z", fill: "currentColor" }))); //# sourceMappingURL=icon-superscript-24.js.map