@icongo/fc
Version:
Flat Color Icons
14 lines • 431 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var FCCheckmark = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#43A047",
d: "M40.6 12.1 17 35.7l-9.6-9.6L4.6 29 17 41.3l26.4-26.4z"
})
}));
export { FCCheckmark };