@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextCaseUppercase = /*#__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: "M18 3h-3a1 1 0 0 0-1 1v15.25a1 1 0 0 0 1 1h3.88a4.87 4.87 0 0 0 2.43-9.1A4.74 4.74 0 0 0 18 3Zm0 7.5h-2V5h2a2.75 2.75 0 1 1 0 5.5Zm-2 7.75V12.5h2.88a2.88 2.88 0 0 1 0 5.75H16ZM7.26 3a1 1 0 0 1 .93.66l5.5 15.25a1 1 0 0 1-1.88.68L10.51 16H3.8l-1.35 3.6a1 1 0 0 1-1.88-.7L6.31 3.65A1 1 0 0 1 7.26 3ZM4.55 14h5.24L7.23 6.89 4.55 14Z"
}));
});
TextCaseUppercase.displayName = 'TextCaseUppercase';
export var TextCaseUppercaseDimensions = {
height: 24,
width: 24
};