@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 706 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Audio = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("rect", { width: "2", height: "8", x: "3", y: "8", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "2", height: "12", x: "7", y: "6", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "2", height: "18", x: "11", y: "3", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "2", height: "12", x: "15", y: "6", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "2", height: "8", x: "19", y: "8", fill: "#64748B", rx: "1" })] })));
export default Audio;
//# sourceMappingURL=audio.js.map