@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LinkEdit = /*#__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: "M10 6a1 1 0 0 0-1-1H6.78A5 5 0 0 0 7 15h2.12A1 1 0 0 0 9 13H6.82A3 3 0 0 1 7 7h2.12A1 1 0 0 0 10 6zm12 4a5 5 0 0 0-5-5h-2.12A1 1 0 0 0 15 7h2.17A3 3 0 0 1 20 10c.7.06 1.37.34 1.93.84.04-.27.07-.56.07-.85zm-4.23.64c-.1.07-.2.15-.29.24a1 1 0 0 1-.36.11H7a1 1 0 0 1-.12-1.98L7 9h10a1 1 0 0 1 .77 1.64zm.33 1.03-5.9 5.9c-.35.34-.6.78-.71 1.25l-.46 1.83c-.2.8.52 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"
}));
});
LinkEdit.displayName = 'LinkEdit';
export var LinkEditDimensions = {
height: 24,
width: 24
};