UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.23 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 Beatport = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.429 17.055a7.114 7.114 0 01-.794 3.246 6.917 6.917 0 01-2.181 2.492 6.698 6.698 0 01-3.063 1.163 6.653 6.653 0 01-3.239-.434 6.796 6.796 0 01-2.668-1.932 7.03 7.03 0 01-1.481-2.983 7.124 7.124 0 01.049-3.345 7.015 7.015 0 011.566-2.937l-4.626 4.73-2.421-2.479 5.201-5.265a3.791 3.791 0 001.066-2.675V0h3.41v6.613a7.172 7.172 0 01-.519 2.794 7.02 7.02 0 01-1.559 2.353l-.153.156a6.768 6.768 0 013.49-1.725 6.687 6.687 0 013.845.5 6.873 6.873 0 012.959 2.564 7.118 7.118 0 011.118 3.8zm-3.089 0a3.89 3.89 0 00-.611-2.133 3.752 3.752 0 00-1.666-1.424 3.65 3.65 0 00-2.158-.233 3.704 3.704 0 00-1.92 1.037 3.852 3.852 0 00-1.031 1.955 3.908 3.908 0 00.205 2.213c.282.7.76 1.299 1.374 1.721a3.672 3.672 0 002.076.647 3.637 3.637 0 002.635-1.096c.347-.351.622-.77.81-1.231.188-.461.285-.956.286-1.456z" })); exports.default = Beatport;