UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 588 B
import * as React from 'react'; export function SvgMusicSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M27 3.781l-1.188.25-16 3L9 7.156v13.407A3.93 3.93 0 007 20c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4V12.812l14-2.624v7.374A3.93 3.93 0 0023 17c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4zm-2 2.406v2l-14 2.626v-2zM23 19c1.117 0 2 .883 2 2s-.883 2-2 2-2-.883-2-2 .883-2 2-2zM7 22c1.117 0 2 .883 2 2s-.883 2-2 2-2-.883-2-2 .883-2 2-2z" }))); } export default SvgMusicSolid;