// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M2.10904 14.4537L10.299 3.06987M10.2989 14.4537L2.10899 3.06987M12.7525 3.35933C13.3943 2.79901 14.7089 2.79129 14.9533 3.91363 15.204 5.06487 13.7456 6.56876 12.6812 7.41429 12.6663 7.4261 12.6751 7.44982 12.6941 7.44982L15.1497 7.44977", "strokeLinecap": "round", "strokeWidth": 1.2 } }] }; export var SuperscriptSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'superscript-single', ref: ref, icon: element, })); }); SuperscriptSingle.displayName = 'SuperscriptSingle'; export default SuperscriptSingle; //# sourceMappingURL=superscript-single.js.map