@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CheckmarkStarburst = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.22 1.67a1 1 0 0 1 1.56 0l.91 1.13 1.4-.38a1 1 0 0 1 1.26.91l.08 1.45 1.35.52a1 1 0 0 1 .48 1.48L13.47 8l.8 1.22a1 1 0 0 1-.49 1.48l-1.35.52-.08 1.45a1 1 0 0 1-1.26.91l-1.4-.38-.91 1.13a1 1 0 0 1-1.56 0l-.91-1.13-1.4.38a1 1 0 0 1-1.26-.91l-.08-1.45-1.35-.52a1 1 0 0 1-.48-1.48L2.53 8l-.8-1.22a1 1 0 0 1 .49-1.48l1.35-.52.08-1.45a1 1 0 0 1 1.26-.91l1.4.38.91-1.13zm2.9 4.5L7.25 9.03l-1.4-1.4-.07-.05a.5.5 0 0 0-.63.76L6.9 10.1l.07.06c.2.14.46.12.63-.06l3.23-3.23.06-.07a.5.5 0 0 0-.77-.64zm-6.55-1.4.18.47-.18-.47z"
}));
});
CheckmarkStarburst.displayName = 'CheckmarkStarburst';
export var CheckmarkStarburstDimensions = {
height: 16,
width: 16
};