// 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.08596 14.1387L10.3379 2.66873M10.3379 14.1387L2.08596 2.66873M12.8098 10.0174C13.4565 9.45285 14.781 9.44507 15.0272 10.5759 15.2798 11.736 13.8101 13.2515 12.7376 14.1033 12.7227 14.1151 12.7315 14.1389 12.7505 14.1388L15.2251 14.1388", "strokeLinecap": "round", "strokeWidth": 1.2 } }] }; export var SubscriptSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'subscript-single', ref: ref, icon: element, })); }); SubscriptSingle.displayName = 'SubscriptSingle'; export default SubscriptSingle; //# sourceMappingURL=subscript-single.js.map