@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Wand = /*#__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: "M39 7.25a1.25 1.25 0 1 0-2.5 0V9h-1.75a1.25 1.25 0 0 0 0 2.5h1.75v1.75a1.25 1.25 0 0 0 2.5 0V11.5h1.75a1.25 1.25 0 1 0 0-2.5H39V7.25zM15 11.25a1.25 1.25 0 1 0-2.5 0V13h-1.75a1.25 1.25 0 0 0 0 2.5h1.75v1.75a1.25 1.25 0 0 0 2.5 0V15.5h1.75a1.25 1.25 0 1 0 0-2.5H15v-1.75zM33.75 30c.69 0 1.25.56 1.25 1.25V33h1.75a1.25 1.25 0 1 1 0 2.5H35v1.75a1.25 1.25 0 1 1-2.5 0V35.5h-1.75a1.25 1.25 0 0 1 0-2.5h1.75v-1.75c0-.69.56-1.25 1.25-1.25zM32.6 15.4a4.75 4.75 0 0 0-6.71 0l-1.36 1.36 6.72 6.72 1.36-1.36a4.75 4.75 0 0 0 0-6.72zM29.48 25.25l-6.72-6.72L5.4 35.9a4.75 4.75 0 0 0 6.71 6.72l17.37-17.37z"
}));
});
Wand.displayName = 'Wand';
export var WandDimensions = {
height: 48,
width: 48
};