@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextCaseTitle = /*#__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: "M8.44 3.42a1 1 0 0 0-1.87-.03l-6 15.5a1 1 0 0 0 1.86.72L3.83 16h6.96l1.27 3.58a1 1 0 0 0 1.88-.66l-5.5-15.5ZM4.6 14l2.86-7.37L10.08 14H4.6ZM16 3a1 1 0 0 1 1 1v7.62c.59-.4 1.27-.62 2-.62 2.2 0 4 2.07 4 4.63 0 2.55-1.8 4.62-4 4.62-.75 0-1.46-.24-2.06-.66a1 1 0 0 1-1.94-.34V4a1 1 0 0 1 1-1Zm3 15.25c.84 0 2-.9 2-2.63S19.84 13 19 13c-.84 0-2 .9-2 2.63s1.16 2.62 2 2.62Z"
}));
});
TextCaseTitle.displayName = 'TextCaseTitle';
export var TextCaseTitleDimensions = {
height: 24,
width: 24
};