UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 781 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 CodeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M67.84 92.61L25.37 128l42.47 35.39a6 6 0 11-7.68 9.22l-48-40a6 6 0 010-9.22l48-40a6 6 0 017.68 9.22zm176 30.78l-48-40a6 6 0 10-7.68 9.22L230.63 128l-42.47 35.39a6 6 0 107.68 9.22l48-40a6 6 0 000-9.22zm-81.79-89a6 6 0 00-7.69 3.61l-64 176a6 6 0 003.64 7.64 6.15 6.15 0 002 .36 6 6 0 005.64-3.95l64-176a6 6 0 00-3.59-7.69z" })); exports.default = CodeLight;