@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 910 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FontDecrease = /*#__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.62 2.22a1 1 0 1 0-1.24 1.56l2.5 2a1 1 0 0 0 1.24 0l2.5-2a1 1 0 0 0-1.24-1.56l-1.88 1.5-1.88-1.5zM12 4a1 1 0 0 1 .92.6l6 14a1 1 0 0 1-1.84.8L15.2 15H8.8l-1.88 4.4a1 1 0 0 1-1.84-.8l6-14A1 1 0 0 1 12 4zm0 3.54L9.66 13h4.68L12 7.54z"
}));
});
FontDecrease.displayName = 'FontDecrease';
export var FontDecreaseDimensions = {
height: 24,
width: 24
};