@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
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: "M24.5 4c.83 0 1.5.67 1.5 1.5v7.83l4.5-4.5a1.5 1.5 0 0 1 2.12 2.12L26 17.57V23h5.43l6.62-6.62a1.5 1.5 0 0 1 2.13 2.12l-4.5 4.5h7.82a1.5 1.5 0 0 1 0 3h-7.83l4.26 4.26a1.5 1.5 0 0 1-2.12 2.12L31.43 26H26v5.43l6.38 6.38a1.5 1.5 0 0 1-2.12 2.12L26 35.67v7.83a1.5 1.5 0 0 1-3 0v-7.83l-4.5 4.5a1.5 1.5 0 0 1-2.12-2.12L23 31.43V26h-5.43l-6.62 6.62a1.5 1.5 0 0 1-2.13-2.12l4.5-4.5H5.5a1.5 1.5 0 0 1 0-3h7.83l-4.75-4.75a1.5 1.5 0 0 1 2.12-2.12L17.57 23H23v-5.43l-6.87-6.87a1.5 1.5 0 0 1 2.12-2.12L23 13.33V5.5c0-.83.67-1.5 1.5-1.5Z"
}));
});
WeatherSnowflake.displayName = 'WeatherSnowflake';
export var WeatherSnowflakeDimensions = {
height: 48,
width: 48
};