UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 865 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 Dtube = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.747 8.747 0 002.787-1.408c1.154-.89 2.043-2.046 2.668-3.465.614-1.42.931-3.049.931-4.881-.01-1.578-.243-3.02-.709-4.313-.466-1.292-1.111-2.392-1.959-3.302-.836-.911-1.853-1.611-3.029-2.12-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66-8.04 4.648zm15.992 9.162a2.716 2.716 0 00-2.71 2.71 2.716 2.716 0 002.71 2.712h.096A2.716 2.716 0 0024 19.224a2.716 2.716 0 00-2.711-2.711z" })); exports.default = Dtube;