UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 892 B
"use strict"; 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 CodeDuotone = (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-48 40H64l-48-40 48-40h128z", opacity: ".2" }), React.createElement("path", { d: "M69.12 94.15L28.5 128l40.62 33.85a8 8 0 11-10.24 12.29l-48-40a8 8 0 010-12.29l48-40a8 8 0 0110.24 12.3zm176 27.7l-48-40a8 8 0 10-10.24 12.3L227.5 128l-40.62 33.85a8 8 0 1010.24 12.29l48-40a8 8 0 000-12.29zm-82.39-89.37a8 8 0 00-10.25 4.79l-64 176a8 8 0 004.79 10.26A8.14 8.14 0 0096 224a8 8 0 007.52-5.27l64-176a8 8 0 00-4.79-10.25z" })); exports.default = CodeDuotone;