iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Cbc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0c-1.567 0-2.938.84-3.686 2.094l7.37.002A4.28 4.28 0 0012 0zm0 2.768a4.29 4.29 0 00-4.291 4.287h8.578A4.287 4.287 0 0012 2.768zm-4.953.209A4.076 4.076 0 002.97 7.05h4.076V2.977zm9.904.002V7.05l4.072.002a4.073 4.073 0 00-4.072-4.075zm-9.904 4.73a4.29 4.29 0 000 8.578V7.71zm9.904 0v8.578a4.29 4.29 0 100-8.578zm-4.955.002a4.288 4.288 0 10.002 8.576 4.288 4.288 0 00-.002-8.576zm-9.9.603a4.288 4.288 0 00-.002 7.371l.002-7.37zm19.808 0l.002 7.371a4.29 4.29 0 00-.002-7.37zM7.047 16.95l-4.074.002a4.07 4.07 0 004.074 4.07V16.95zm9.904 0v4.07a4.069 4.069 0 004.072-4.068l-4.072-.002zm-9.242.002a4.29 4.29 0 008.578 0H7.71zm.549 4.953a4.286 4.286 0 007.371 0H8.258z" }));
exports.default = Cbc;