UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.38 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 Foobar2000 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.382 7.62L15.381 0l-2.396 5.166c-.509-.174-1.461-.176-1.97 0L8.619 0 5.618 7.62c-.846 2.146-1.622 4.379 0 6.81.597.896 6.375 9.58 6.382 9.57l6.382-9.57c1.622-2.431.846-4.664 0-6.81zm-5.007 7.25c-.336-.297-.417-.844-.228-1.54.19-.695.626-1.454 1.23-2.135.603-.682 1.303-1.207 1.972-1.479.667-.271 1.22-.257 1.556.04.336.299.417.846.228 1.54-.19.697-.626 1.455-1.23 2.137-.603.681-1.304 1.206-1.972 1.478-.667.272-1.22.258-1.556-.04zm.445 4.834c-.157.09-.376.08-.489-.116l-1.328-2.304-.003-.005-1.333 2.311a.316.316 0 01-.281.169.414.414 0 01-.348-.202.32.32 0 01.005-.331l1.555-2.688a.456.456 0 01.4-.228c.171 0 .322.086.406.23l1.547 2.686c.12.208.016.393-.131.478zm-4.752-4.793c-.668-.272-1.368-.797-1.971-1.478-.604-.681-1.04-1.44-1.23-2.136-.19-.695-.108-1.242.228-1.54.176-.156.412-.234.693-.234.254 0 .546.064.863.194.669.272 1.369.797 1.972 1.478.604.681 1.04 1.44 1.23 2.136.189.695.108 1.242-.228 1.54-.336.298-.89.312-1.556.04z" })); exports.default = Foobar2000;