iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.2 kB
JavaScript
;
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 AppleMusic = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 7.986a24.581 24.581 0 00-.009-.543 7.877 7.877 0 00-.104-1.182 3.994 3.994 0 00-.37-1.125 3.779 3.779 0 00-1.653-1.652 4.003 4.003 0 00-1.124-.371 7.884 7.884 0 00-1.182-.104 24.58 24.58 0 00-.543-.008L15.37 3H8.63l-.644.001c-.181.001-.362.003-.543.008a7.884 7.884 0 00-1.183.105 3.983 3.983 0 00-1.123.37 3.782 3.782 0 00-1.653 1.653c-.183.36-.3.728-.371 1.124-.07.39-.094.788-.104 1.182-.005.181-.007.362-.008.543L3 8.631v6.738l.001.645c.001.181.003.362.008.543.01.395.034.792.104 1.182.071.396.188.765.37 1.125a3.78 3.78 0 001.654 1.652c.36.183.728.3 1.123.37.39.07.788.094 1.183.105.18.005.362.007.543.008h8.028c.181-.001.362-.003.543-.008.395-.01.793-.034 1.183-.104a3.966 3.966 0 001.123-.37 3.782 3.782 0 001.653-1.653c.183-.36.3-.729.37-1.125.07-.39.094-.788.105-1.182.005-.18.007-.362.008-.543V8.631v-.645zm-4.823 6.727c0 .228-.002.435-.05.663-.046.222-.131.43-.262.618a1.57 1.57 0 01-.492.455 1.962 1.962 0 01-.625.228c-.415.083-.699.102-.966.049a1.344 1.344 0 01-.65-.33 1.417 1.417 0 01-.454-.891 1.42 1.42 0 01.384-1.12c.148-.155.335-.278.584-.375.26-.1.548-.161.99-.25l.35-.07c.152-.032.284-.07.39-.2.106-.13.108-.29.108-.446V9.079c0-.303-.136-.386-.426-.33-.207.04-4.654.937-4.654.937-.251.06-.34.143-.34.454v5.808c0 .228-.011.435-.059.663-.046.221-.131.43-.262.617a1.57 1.57 0 01-.492.456 1.969 1.969 0 01-.625.23c-.415.084-.699.103-.966.05a1.352 1.352 0 01-.65-.334 1.406 1.406 0 01-.443-.89 1.41 1.41 0 01.373-1.12c.148-.155.335-.278.584-.375.26-.101.548-.162.99-.25l.35-.071c.152-.031.284-.07.39-.2.106-.13.118-.282.118-.438V7.59c0-.09.008-.15.012-.18a.544.544 0 01.18-.348.749.749 0 01.334-.15H9.9l5.35-1.08c.046-.01.433-.078.476-.082.29-.025.452.165.452.473v8.49z", fill: "#323544" }));
exports.default = AppleMusic;