styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.01 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Subscript2 = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M3.032 13l.9-3h4.137l.9 3h1.775l-3-10H4.256l-3 10h1.776zm2.4-8h1.137l.9 3H4.532l.9-3zM16 3l-2.5 4L11 3h5zM13.5 13h-1a.5.5 0 010-1h2a.5.5 0 000-1h-2a1.502 1.502 0 00-1.117 2.5c.275.307.674.5 1.117.5h1a.5.5 0 010 1h-2a.5.5 0 000 1h2a1.502 1.502 0 001.117-2.5A1.496 1.496 0 0013.5 13z", key: "k0" })));
});
exports.Subscript2.displayName = 'Subscript2';
exports.Subscript2Dimensions = { height: 16, width: 16 };
;