@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 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 CommentLightning = /*#__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: "M16.32 1h4.83a.5.5 0 0 1 .43.75L19.75 5h1.5c.64 0 .99.76.56 1.24L17 11.75c-.5.58-1.45.09-1.26-.66L16.5 8h-3a.5.5 0 0 1-.45-.71l2.82-6a.5.5 0 0 1 .45-.29ZM5.25 3h8.7l-1.81 3.86A1.5 1.5 0 0 0 13.5 9h1.72l-.46 1.85c-.44 1.76 1.78 2.93 2.98 1.56L22 7.55v7.2c0 1.8-1.46 3.25-3.25 3.25H13l-5 3.75c-.82.62-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3Z"
}));
});
CommentLightning.displayName = 'CommentLightning';
export var CommentLightningDimensions = {
height: 24,
width: 24
};