@icongo/fc
Version:
Flat Color Icons
45 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCAudioFile = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M204 0h48v48h-48z"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M244 45h-32V3h22l10 10z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M242.5 14H233V4.5z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#1976D2",
children: [/*#__PURE__*/_jsx("circle", {
cx: 227,
cy: 30,
r: 4
}), /*#__PURE__*/_jsx("path", {
d: "m234 21-5-2v11h2v-7.1l3 1.1z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M40 45H8V3h22l10 10z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M38.5 14H29V4.5z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#1976D2",
children: [/*#__PURE__*/_jsx("circle", {
cx: 23,
cy: 30,
r: 4
}), /*#__PURE__*/_jsx("path", {
d: "m30 21-5-2v11h2v-7.1l3 1.1z"
})]
})]
}));
export { FCAudioFile };