UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 953 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 Edgeimpulse = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.008 10.287h4.51l1.348 3.53h-5.858c-.979 0-1.772-.79-1.772-1.766s.793-1.766 1.772-1.766v.002zM.677 12.049a1.77 1.77 0 011.773-1.766h8.597a1.77 1.77 0 011.772 1.766c0 .976-.793 1.766-1.772 1.766H2.45c-.98 0-1.773-.79-1.773-1.766zM24 19.613H4.448a2.515 2.515 0 01-1.93.899A2.514 2.514 0 010 18.002a2.514 2.514 0 012.518-2.509c.775 0 1.467.351 1.93.899h18.321L24 19.613zM19.594 7.655H4.404a2.51 2.51 0 01-1.886.852A2.514 2.514 0 010 5.998a2.514 2.514 0 012.518-2.51c.797 0 1.506.371 1.967.946h13.878l1.231 3.221z" })); exports.default = Edgeimpulse;