@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Layer = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m13.39 3.42 6.36 4.25a1 1 0 0 1 0 1.66l-6.36 4.25a2.5 2.5 0 0 1-2.78 0L4.25 9.33a1 1 0 0 1 0-1.66l6.36-4.25a2.5 2.5 0 0 1 2.78 0Zm6.64 8.77a2 2 0 0 1-.58.6l-6.05 4.08a2.5 2.5 0 0 1-2.8 0L4.55 12.8a2 2 0 0 1-.78-2.29l6.84 4.56c.79.52 1.8.56 2.62.1l.16-.1 6.84-4.56a2 2 0 0 1-.2 1.7Zm0 3.25a2 2 0 0 1-.58.6l-6.05 4.08a2.5 2.5 0 0 1-2.8 0l-6.05-4.08a2 2 0 0 1-.78-2.29l6.84 4.56c.79.52 1.8.56 2.62.1l.16-.1 6.84-4.56a2 2 0 0 1-.2 1.7Z"
}));
});
Layer.displayName = 'Layer';
export var LayerDimensions = {
height: 24,
width: 24
};