UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 973 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 CodepenLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 160l-104 56-104-56 104-56z", opacity: ".2" }), React.createElement("path", { d: "M235.79 89l-104-56a8 8 0 00-7.58 0l-104 56A8 8 0 0016 96v64a8 8 0 004.21 7.05l104 56a8 8 0 007.58 0l104-56A8 8 0 00240 160V96a8 8 0 00-4.21-7zM224 146.61L189.45 128 224 109.39zm-51.43-27.7L136 99.22V53.39L215.13 96zm-44.57 24L100.3 128l27.7-14.91L155.7 128zm-8-89.52v45.83l-36.57 19.69L40.87 96zm-88 56L66.55 128 32 146.61zm51.43 27.7L120 156.78v45.83L40.87 160zM136 202.61v-45.83l36.57-19.69L215.13 160z" })); exports.default = CodepenLogoDuotone;