@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LayerDiagonal = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.45 2.1a1.5 1.5 0 0 1 2.05 1.3L5.42 5.82A2.25 2.25 0 0 0 4 7.91v6c-.97.35-2-.37-2-1.41V6.75a2.5 2.5 0 0 1 1.58-2.32l5.87-2.32Zm3 2a1.5 1.5 0 0 1 2.05 1.4v.1L9.26 7.68A2 2 0 0 0 8 9.54v5.98l-.95.37A1.5 1.5 0 0 1 5 14.5V8.43a2 2 0 0 1 1.26-1.86l6.19-2.45ZM18 7.5v6.62a1.5 1.5 0 0 1-.95 1.4l-6 2.37A1.5 1.5 0 0 1 9 16.5V9.88c0-.62.38-1.17.95-1.4l6-2.37A1.5 1.5 0 0 1 18 7.5Z"
}));
});
LayerDiagonal.displayName = 'LayerDiagonal';
export var LayerDiagonalDimensions = {
height: 20,
width: 20
};