@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 Multiplier1x = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M20 15.5a1.5 1.5 0 0 0-2.78-.77l-.02.01a8.11 8.11 0 0 1-.27.42c-.2.29-.5.7-.9 1.17-.8.94-1.93 2.06-3.3 2.88a1.5 1.5 0 1 0 1.54 2.58A15.4 15.4 0 0 0 17 19.67V32.5a1.5 1.5 0 0 0 3 0v-17zm6.56 8.94a1.5 1.5 0 0 0-2.12 2.12L26.88 29l-2.44 2.44a1.5 1.5 0 0 0 2.12 2.12L29 31.12l2.44 2.44a1.5 1.5 0 0 0 2.12-2.12L31.12 29l2.44-2.44a1.5 1.5 0 0 0-2.12-2.12L29 26.88l-2.44-2.44z"
}));
});
Multiplier1x.displayName = 'Multiplier1x';
export var Multiplier1xDimensions = {
height: 48,
width: 48
};