UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WeatherDrizzle = /*#__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: "M24 6c6.34 0 9.93 4.2 10.45 9.26h.16a7.37 7.37 0 1 1 0 14.73H32.9V30h-.59l-1.97 3.38a1.25 1.25 0 1 1-2.16-1.26l1.24-2.13h-4.26V30h-.85l-1.97 3.38a1.25 1.25 0 1 1-2.16-1.26l1.24-2.13h-4V30h-1.1l-1.98 3.38a1.25 1.25 0 1 1-2.16-1.26l1.24-2.13h-.03a7.37 7.37 0 1 1 0-14.73h.16C14.07 10.16 17.66 6 24 6Zm-6.37 28.67c.6.35.8 1.11.45 1.71l-1.75 3a1.25 1.25 0 1 1-2.16-1.26l1.75-3c.35-.6 1.11-.8 1.71-.45Zm8.45 1.71a1.25 1.25 0 1 0-2.16-1.26l-1.75 3a1.25 1.25 0 1 0 2.16 1.26l1.75-3Z" })); }); WeatherDrizzle.displayName = 'WeatherDrizzle'; export var WeatherDrizzleDimensions = { height: 48, width: 48 };