UNPKG

@icongo/cg

Version:
29 lines (28 loc) 1.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGBandAid = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGBandAid = function CGBandAid(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.CGBandAid = CGBandAid;