iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 700 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 Dedge = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.986 0v8.338C16.09 2.93 7.61 2.8 3.74 8.733-.523 15.27 4.191 23.99 11.996 24h.001c5.447-.003 9.872-4.43 9.87-9.877V0zm-7.99 6.14a8.004 8.004 0 017.99 7.988 7.986 7.986 0 01-4.93 7.381 7.986 7.986 0 01-8.707-1.73 7.985 7.985 0 01-1.733-8.707 7.986 7.986 0 017.38-4.932z" }));
exports.default = Dedge;