UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 768 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 Youtube = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.58 7.194a2.471 2.471 0 00-1.773-1.775C18.258 5 12 5 12 5s-6.258 0-7.806.42a2.471 2.471 0 00-1.775 1.774C2 8.774 2 12 2 12s0 3.258.42 4.806c.225.871.903 1.549 1.774 1.775C5.742 19 12 19 12 19s6.258 0 7.806-.42a2.471 2.471 0 001.775-1.773C22 15.258 22 12 22 12s0-3.226-.42-4.806zM10 15V9l5.194 3L10 15z", fill: "#323544" })); exports.default = Youtube;