@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 904 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FontIncrease = /*#__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 5.78a1 1 0 0 1-1.24-1.56l2.5-2a1 1 0 0 1 1.24 0l2.5 2a1 1 0 0 1-1.24 1.56l-1.88-1.5-1.88 1.5zm-3.7-1.17a1 1 0 0 0-1.84 0l-6 14a1 1 0 0 0 1.84.78L8.8 15h6.4l1.88 4.4a1 1 0 0 0 1.84-.8l-6-14zM12 7.54 14.34 13H9.66L12 7.54z"
}));
});
FontIncrease.displayName = 'FontIncrease';
export var FontIncreaseDimensions = {
height: 24,
width: 24
};