UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.42 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 Music = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.25 4a.75.75 0 00-.888-.737l-12 2.25a.75.75 0 00-.612.737v8.209A3.952 3.952 0 005.875 14c-.874 0-1.694.27-2.31.74-.618.47-1.065 1.174-1.065 2.01 0 .836.447 1.54 1.064 2.01.617.47 1.437.74 2.311.74.874 0 1.694-.27 2.31-.74.606-.46 1.047-1.146 1.064-1.96l.001-.029V10.62l10.5-2.01v3.599a3.952 3.952 0 00-1.875-.459c-.874 0-1.694.27-2.31.74-.618.47-1.065 1.174-1.065 2.01 0 .836.447 1.54 1.064 2.01.617.47 1.437.74 2.311.74.874 0 1.694-.27 2.31-.74.606-.46 1.047-1.146 1.065-1.96V4zm-1.5 10.5c0 .268-.14.564-.473.818-.333.253-.826.432-1.402.432s-1.069-.179-1.402-.432c-.332-.254-.473-.55-.473-.818 0-.268.14-.564.473-.818.333-.253.826-.432 1.402-.432s1.069.179 1.402.432c.332.254.473.55.473.818zM7.277 15.932c.332.254.473.55.473.818 0 .268-.14.564-.473.818-.333.253-.827.432-1.402.432s-1.069-.179-1.402-.432c-.332-.254-.473-.55-.473-.818 0-.268.14-.564.473-.818.333-.253.827-.432 1.402-.432s1.069.179 1.402.432zm12.473-8.85l-10.5 2.01v-2.22l10.5-1.968v2.178z", fill: "#323544" })); exports.default = Music;