iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 758 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 CodeIcon = (props) => React.createElement("svg", { "aria-label": "code icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm0-18c-4.411 0-8 3.59-8 8s3.589 8 8 8c4.41 0 8-3.59 8-8s-3.59-8-8-8zm.83 5.207l1.414-1.414L18.451 12l-4.207 4.207-1.414-1.414L15.623 12 12.83 9.207zm-1.659 0L8.378 12l2.793 2.793-1.414 1.414L5.55 12l4.207-4.207 1.414 1.414z" }));
exports.default = CodeIcon;