UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Multiplier5x = /*#__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: "M14.52 15.29A1.5 1.5 0 0 1 16 14h9a1.5 1.5 0 0 1 0 3h-7.7l-.55 3.83 3.13-.28a6.99 6.99 0 1 1 .63 13.95h-.56c-2.15 0-4.19-.9-5.62-2.5l-.44-.5a1.5 1.5 0 1 1 2.22-2l.45.5c.86.95 2.1 1.5 3.39 1.5h.56a3.99 3.99 0 1 0-.36-7.96l-5.01.45a1.5 1.5 0 0 1-1.62-1.7l1-7Zm14.92 9.15a1.5 1.5 0 0 1 2.12 0L34 26.88l2.44-2.44a1.5 1.5 0 0 1 2.12 2.12L36.12 29l2.44 2.44a1.5 1.5 0 0 1-2.12 2.12L34 31.12l-2.44 2.44a1.5 1.5 0 0 1-2.12-2.12L31.88 29l-2.44-2.44a1.5 1.5 0 0 1 0-2.12ZM10.25 34a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" })); }); Multiplier5x.displayName = 'Multiplier5x'; export var Multiplier5xDimensions = { height: 48, width: 48 };