@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentMention = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24 4v11.25A3.75 3.75 0 0 0 27.75 19H40v21a3 3 0 0 1-3 3H20.4a6 6 0 0 0 3.6-5.46v-1.87A12 12 0 0 0 8 24.68V7a3 3 0 0 1 3-3h13Zm2.5.46v10.79c0 .69.56 1.25 1.25 1.25h11.71L26.5 4.46ZM22 35.72a10 10 0 1 0-6.66 9.7 1 1 0 0 0-.67-1.88A7.99 7.99 0 0 1 4 36a8 8 0 1 1 16 0v1.65a2 2 0 0 1-4-.15v-5.62a1 1 0 0 0-1.99-.04A4.18 4.18 0 0 0 11.5 31C8.98 31 7 33.25 7 35.97c0 2.71 1.98 4.96 4.5 4.96 1.2 0 2.29-.51 3.09-1.35A4 4 0 0 0 22 37.53v-1.81ZM11.5 33h.15c1.27.1 2.33 1.34 2.35 2.93v.22c-.09 1.58-1.2 2.78-2.5 2.78-1.35 0-2.5-1.3-2.5-2.96C9 34.3 10.15 33 11.5 33Z"
}));
});
DocumentMention.displayName = 'DocumentMention';
export var DocumentMentionDimensions = {
height: 48,
width: 48
};