UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.22 kB
"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 CodesandboxLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M32 125.73L80 152v54.84l-43.84-24a8 8 0 01-4.16-7zM176 152v54.84l43.84-24a8 8 0 004.16-7v-50.1zM124.16 25l-41 22.46L128 72l44.86-24.56L131.84 25a8 8 0 00-7.68 0z", opacity: ".2" }), React.createElement("path", { d: "M223.68 66.15l-88-48.15a15.94 15.94 0 00-15.36 0l-88 48.18a16 16 0 00-8.32 14v95.64a16 16 0 008.32 14l88 48.17a15.88 15.88 0 0015.36 0l88-48.17a16 16 0 008.32-14V80.18a16 16 0 00-8.32-14.03zM168 152v50.09l-32 17.52v-86.87l80-43.8v32l-43.84 24A8 8 0 00168 152zm-84.16-7L40 121V89l80 43.8v86.87l-32-17.58V152a8 8 0 00-4.16-7zm-.7-88.41l41 22.45a8 8 0 007.68 0l41-22.45 34.48 18.87-79.3 43.42-79.34-43.44zM128 32l28.2 15.44L128 62.89 99.8 47.45zM40 139.22l32 17.52v36.59l-32-17.51zm144 54.11v-36.59l32-17.52v36.6z" })); exports.default = CodesandboxLogoDuotone;