UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.28 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SelectObjectSkewEdit = /*#__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.44 1.4l.03.01ZM2 19a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM6.59 6.41A2 2 0 0 0 10 5a2 2 0 0 0-2-2 2 2 0 0 0-1.44 3.4l.03.01Zm-.33 1.04L3.82 16a3.05 3.05 0 0 1 1.92.54L8.18 8a3.05 3.05 0 0 1-1.92-.54ZM17.17 6h-6.34a3 3 0 0 0 0-2h6.34a3 3 0 0 0 0 2Zm-5.65 13.58c.15-.6.44-1.13.84-1.58H6.83a3 3 0 0 1 0 2h4.59l.1-.42Zm8.66-11.59-.96 3.37c-.3.15-.58.35-.83.6l-1.99 2 1.86-6.51a2.99 2.99 0 0 0 1.92.54Zm-1.08 4.68-5.9 5.9c-.35.35-.6.78-.7 1.25l-.47 1.83c-.2.8.53 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24Z" })); }); SelectObjectSkewEdit.displayName = 'SelectObjectSkewEdit'; export var SelectObjectSkewEditDimensions = { height: 24, width: 24 };