@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlashCheckmark = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.4 2.85c.2-.51.7-.85 1.25-.85h8.52c.92 0 1.57.92 1.25 1.8l-2.1 5.7h4.84c1.18 0 1.78 1.42.96 2.26l-1.31 1.35a7.5 7.5 0 0 0-8.65 8.92L9.79 25.5c-1.14 1.18-3.11.12-2.76-1.48L8.7 16.5H5.92a1.92 1.92 0 0 1-1.79-2.6L8.41 2.84ZM27 20.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Zm-2.65-2.85a.5.5 0 0 0-.7 0L19 22.29l-1.65-1.64a.5.5 0 0 0-.7.7l2 2c.2.2.5.2.7 0l5-5a.5.5 0 0 0 0-.7Z"
}));
});
FlashCheckmark.displayName = 'FlashCheckmark';
export var FlashCheckmarkDimensions = {
height: 28,
width: 28
};