UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Multiplier15x = /*#__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: "M10.9 14.05c.65.18 1.1.78 1.1 1.45v17a1.5 1.5 0 1 1-3 0V19.67a15.4 15.4 0 0 1-2.73 2.12 1.5 1.5 0 0 1-1.54-2.58c1.37-.82 2.5-1.94 3.3-2.88a15.94 15.94 0 0 0 1.17-1.59l.01-.01a1.5 1.5 0 0 1 1.7-.68ZM21 14a1.5 1.5 0 0 0-1.48 1.29l-1 7a1.5 1.5 0 0 0 1.62 1.7l5.01-.45a3.99 3.99 0 1 1 .36 7.96h-.92c-1.26 0-2.47-.5-3.36-1.4l-.67-.66a1.5 1.5 0 0 0-2.12 2.12l.67.67a7.75 7.75 0 0 0 5.48 2.27h.92a6.99 6.99 0 1 0-.63-13.95l-3.13.28.55-3.83H30a1.5 1.5 0 0 0 0-3h-9Zm15.56 10.44a1.5 1.5 0 0 0-2.12 2.12L36.88 29l-2.44 2.44a1.5 1.5 0 0 0 2.12 2.12L39 31.12l2.44 2.44a1.5 1.5 0 0 0 2.12-2.12L41.12 29l2.44-2.44a1.5 1.5 0 0 0-2.12-2.12L39 26.88l-2.44-2.44ZM16.5 32.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" })); }); Multiplier15x.displayName = 'Multiplier15x'; export var Multiplier15xDimensions = { height: 48, width: 48 };