iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 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 CodeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M71.68 97.22L34.74 128l36.94 30.78a12 12 0 11-15.36 18.44l-48-40a12 12 0 010-18.44l48-40a12 12 0 0115.36 18.44zm176 21.56l-48-40a12 12 0 10-15.36 18.44L221.26 128l-36.94 30.78a12 12 0 1015.36 18.44l48-40a12 12 0 000-18.44zM164.1 28.72a12 12 0 00-15.38 7.18l-64 176a12 12 0 007.18 15.37 11.79 11.79 0 004.1.73 12 12 0 0011.28-7.9l64-176a12 12 0 00-7.18-15.38z" }));
exports.default = CodeBold;