iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 582 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 Dunked = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.799 0v19.86A4.2 4.2 0 0018 24h4.2V4.141A4.2 4.2 0 0018 0h-4.202zm-7.5 15.001a4.5 4.5 0 00-4.5 4.391v.222a4.5 4.5 0 009 0V19.4A4.5 4.5 0 006.298 15z" }));
exports.default = Dunked;