@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentEdit = /*#__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: "M2 14.75C2 16.55 3.46 18 5.25 18H6v3a1 1 0 0 0 1.58.82l2.59-1.84.35-1.4c.16-.65.5-1.24.97-1.72l5.9-5.9a3.29 3.29 0 0 1 4.61-.04V6.25C22 4.45 20.54 3 18.75 3H5.25A3.25 3.25 0 0 0 2 6.25v8.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "m18.1 11.67-5.9 5.9c-.35.35-.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 1 0-3.23-3.24z"
}));
});
CommentEdit.displayName = 'CommentEdit';
export var CommentEditDimensions = {
height: 24,
width: 24
};