iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 662 B
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 Commodore = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.202.798C5.016.798 0 5.814 0 12s5.016 11.202 11.202 11.202c1.094 0 2.153-.157 3.154-.45v-5.335a6.27 6.27 0 110-10.839v-5.33c-1-.293-2.057-.45-3.154-.45zm3.375 6.343v4.304h5.27L24 7.14zm-.037 5.377v4.304h9.423l-4.156-4.304z" }));
exports.default = Commodore;