UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.01 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 BrandVlc = (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-vlc", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M13.79 4.337l3.101 9.305c.33.985-.113 2.07-1.02 2.499a9.148 9.148 0 01-7.742 0c-.907-.428-1.35-1.514-1.02-2.499l3.1-9.305C10.476 3.537 11.194 3 12 3c.807 0 1.525.537 1.79 1.337z" }), React.createElement("path", { d: "M7 14H5.571a2 2 0 00-1.923 1.45l-.571 2A2 2 0 005 20h13.998a2 2 0 001.923-2.55l-.572-2A2 2 0 0018.426 14H17" })); exports.default = BrandVlc;