@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentMention = /*#__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 2a4 4 0 1 0 2.22 7.33.5.5 0 0 1 .56.83A5 5 0 1 1 23 6v.76a1.75 1.75 0 0 1-3.2.98A2.5 2.5 0 0 1 15.5 6a2.5 2.5 0 0 1 4-2 .5.5 0 0 1 1 0v2.75a.75.75 0 0 0 1.5 0v-.76a4 4 0 0 0-4-4zm-1.5 4a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 12c1.54 0 2.94-.58 4-1.53v4.28c0 1.8-1.46 3.25-3.25 3.25h-5.79l-5.38 3.82A1 1 0 0 1 6 21v-3h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h7.55a6 6 0 0 0 5.2 9z"
}));
});
CommentMention.displayName = 'CommentMention';
export var CommentMentionDimensions = {
height: 24,
width: 24
};