iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 587 B
JavaScript
;
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 Engadget = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 20.067a3.9 3.9 0 004 3.866h16v-4H4v-4h15.733A4.231 4.231 0 0024 12.067V4.333A4.483 4.483 0 0019.733.067H4a4.346 4.346 0 00-4 4.266zm20-8.134H4v-8h16z" }));
exports.default = Engadget;