@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SelectObjectSkew = /*#__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: "M18.59 6.41A2 2 0 0 0 22 5a2 2 0 1 0-3.41 1.41ZM14.27 20a2 2 0 1 0 3.46-2 2 2 0 0 0-3.46 2ZM4 21a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM6.59 6.41A2 2 0 0 0 10 5a2 2 0 0 0-2-2 2 2 0 0 0-1.41 3.41Zm-2.77 9.6 2.44-8.56a2.99 2.99 0 0 0 1.92.54l-2.44 8.56a2.99 2.99 0 0 0-1.92-.54ZM17.17 6h-6.34a3 3 0 0 0 0-2h6.34a3 3 0 0 0 0 2Zm-4 14a3 3 0 0 1 0-2H6.83a3 3 0 0 1 0 2h6.34Zm2.65-4 2.44-8.55a2.99 2.99 0 0 0 1.92.54l-2.44 8.56a2.99 2.99 0 0 0-1.92-.54Z"
}));
});
SelectObjectSkew.displayName = 'SelectObjectSkew';
export var SelectObjectSkewDimensions = {
height: 24,
width: 24
};