iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 745 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 CodeSimpleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 128l-72 64H88l-72-64 72-64h80z", opacity: ".2" }),
React.createElement("path", { d: "M93.31 70L28 128l65.27 58a8 8 0 11-10.62 12l-72-64a8 8 0 010-12l72-64a8 8 0 1110.66 12zm152 52l-72-64a8 8 0 00-10.62 12L228 128l-65.27 58a8 8 0 1010.62 12l72-64a8 8 0 000-12z" }));
exports.default = CodeSimpleDuotone;