@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopEdit = /*#__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: "m19.1 1.67-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.24Zm-6.61 5.2L16.36 3H4.1A2.25 2.25 0 0 0 2 5.25v10.66A2.25 2.25 0 0 0 4.26 18H8.5v2.49H6.65a.75.75 0 0 0 .1 1.5h10.6a.75.75 0 0 0-.1-1.5H15.5V18h4.4a2.25 2.25 0 0 0 2.1-2.25v-9.1l-4.86 4.86c-.48.47-1.07.8-1.72.97l-1.83.46c-1.52.38-2.9-1-2.53-2.53l.46-1.83c.16-.65.5-1.24.97-1.72ZM13.99 18v2.5h-4V18h4Z"
}));
});
DesktopEdit.displayName = 'DesktopEdit';
export var DesktopEditDimensions = {
height: 24,
width: 24
};