@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 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: "M10 2a.75.75 0 0 0-.71.52l-4 12.5A.75.75 0 0 0 6 16h3.54l-2.27 9.07a.75.75 0 0 0 1.28.69l4.46-4.85-.01-.41a7.5 7.5 0 0 1 7.28-7.5l2.52-2.74A.75.75 0 0 0 22.25 9H17.1l2.35-5.98a.75.75 0 0 0-.7-1.02H10zm10.5 25a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm3.85-8.65-5 5a.5.5 0 0 1-.7 0l-2-2a.5.5 0 0 1 .7-.7L19 22.29l4.65-4.64a.5.5 0 0 1 .7.7z"
}));
});
FlashCheckmark.displayName = 'FlashCheckmark';
export var FlashCheckmarkDimensions = {
height: 28,
width: 28
};