UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.08 kB
"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 BrandYoutubeKids = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-youtube-kids", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M18.608 17.75l-3.9.268h-.027a13.83 13.83 0 00-3.722.828l-2.511.908a4.111 4.111 0 01-3.287-.216 3.82 3.82 0 01-1.98-2.527l-1.376-6.05a3.669 3.669 0 01.536-2.86A3.964 3.964 0 014.83 6.44l11.25-2.354c2.137-.448 4.247.85 4.713 2.9l1.403 6.162a3.677 3.677 0 01-.697 3.086 4.007 4.007 0 01-2.89 1.512v.002z" }), React.createElement("path", { d: "M9 10l1.208 5 4.292-4z" })); exports.default = BrandYoutubeKids;