styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Superscript = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 512 512" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M496 160h-16V16a16 16 0 00-16-16h-48a16 16 0 00-14.29 8.83l-16 32A16 16 0 00400 64h16v96h-16a16 16 0 00-16 16v32a16 16 0 0016 16h96a16 16 0 0016-16v-32a16 16 0 00-16-16zM336 64h-67a16 16 0 00-13.14 6.87l-79.9 115-79.9-115A16 16 0 0083 64H16A16 16 0 000 80v48a16 16 0 0016 16h33.48l77.81 112-77.81 112H16a16 16 0 00-16 16v48a16 16 0 0016 16h67a16 16 0 0013.14-6.87l79.9-115 79.9 115A16 16 0 00269 448h67a16 16 0 0016-16v-48a16 16 0 00-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0016-16V80a16 16 0 00-16-16z", key: "k0" })));
});
Superscript.displayName = 'Superscript';
export var SuperscriptDimensions = { height: undefined, width: undefined };