UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 818 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 Codestream = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.54 18.246a6.46 6.46 0 010-12.58V1.22a.431.431 0 00-.745-.294l-9.36 9.971a1.61 1.61 0 000 2.201l9.36 9.976a.431.431 0 00.746-.295zm2.92 0a6.46 6.46 0 000-12.58V1.22a.431.431 0 01.746-.294l9.36 9.971a1.61 1.61 0 010 2.201l-9.36 9.976a.431.431 0 01-.747-.295zm2.263-6.29a3.728 3.73 0 01-3.728 3.73 3.728 3.73 0 01-3.727-3.73 3.728 3.73 0 013.727-3.731 3.728 3.73 0 013.728 3.73z" })); exports.default = Codestream;