UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WeatherSnowflake = /*#__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.08 32.1-.11.1a1.75 1.75 0 0 1-2.62-2.3l.1-.12 3.76-4.28H4.75a1.75 1.75 0 0 1-.14-3.5h6.6l-3.76-4.28-.1-.13a1.75 1.75 0 0 1 2.62-2.3l.1.12 5.8 6.59H22v-6.13l-6.6-5.8a1.75 1.75 0 0 1 2.2-2.72l.12.1L22 11.2V4.75a1.75 1.75 0 0 1 3.5-.14v6.6l4.28-3.76.13-.1a1.75 1.75 0 0 1 2.3 2.62l-.12.11-6.59 5.8V22h6.64l5.8-6.6a1.75 1.75 0 0 1 2.73 2.2l-.1.12L36.8 22h6.45a1.75 1.75 0 0 1 .14 3.5H36.8l3.76 4.28a1.75 1.75 0 0 1-2.52 2.43l-.1-.12-5.8-6.59H25.5v6.63l6.6 5.8a1.75 1.75 0 0 1-2.2 2.73l-.12-.1-4.28-3.77v6.46a1.75 1.75 0 0 1-3.5.14v-6.6l-4.28 3.77-.12.1a1.75 1.75 0 0 1-2.3-2.62l.1-.11 6.6-5.8V25.5h-6.13l-5.8 6.6z" })); }); WeatherSnowflake.displayName = 'WeatherSnowflake'; export var WeatherSnowflakeDimensions = { height: 48, width: 48 };