@icongo/cg
Version:
css.gg Icons
21 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGBandAid = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11.939 9.765a1 1 0 1 1-1.813-.845 1 1 0 0 1 1.813.845ZM8.92 13.874a1 1 0 1 0 .845-1.813 1 1 0 0 0-.846 1.813Zm4.954 1.206a1 1 0 1 1-1.813-.845 1 1 0 0 1 1.813.846Zm.361-3.141a1 1 0 1 0 .845-1.813 1 1 0 0 0-.845 1.813Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M17.071 1.124a6 6 0 0 0-7.973 2.902L4.026 14.902a6 6 0 0 0 10.876 5.072l5.072-10.876a6 6 0 0 0-2.903-7.974Zm-3.136 16.192 3.38-7.25-7.25-3.382-3.38 7.25 7.25 3.382Zm-.846 1.812-7.25-3.38a4 4 0 1 0 7.25 3.38Zm3.137-16.191a4 4 0 0 1 1.935 5.316l-7.25-3.381a4 4 0 0 1 5.315-1.935Z",
clipRule: "evenodd"
})]
}));
export { CGBandAid };