@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextSubscript = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.76 5.65a1 1 0 0 0-1.52-1.3L10 10.46 4.76 4.35a1 1 0 1 0-1.52 1.3L8.68 12l-5.44 6.35a1 1 0 0 0 1.52 1.3L10 13.54l5.07 5.91c.15-.83.52-1.47.94-1.97L11.31 12l5.45-6.35z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.74 14.75c-.4 0-.74.36-.74.77a1 1 0 1 1-2 0 2.78 2.78 0 0 1 5.1-1.54c.54.84.54 1.92-.06 2.94-.3.52-.72.9-1.1 1.2-.2.16-.39.3-.57.42l-.08.06a16.88 16.88 0 0 0-.83.65h2a1 1 0 0 1 0 2H17a1 1 0 0 1-1-1c0-1.52.9-2.37 1.66-2.94l.48-.35.08-.05.48-.35c.3-.24.5-.44.62-.66.27-.46.18-.71.1-.83a.81.81 0 0 0-.68-.32z"
}));
});
TextSubscript.displayName = 'TextSubscript';
export var TextSubscriptDimensions = {
height: 24,
width: 24
};