@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 894 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function o(a) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSoundWave12",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 10.982v-9.97a.5.5 0 1 1 1 0v9.97a.5.5 0 1 1-1 0M3 8.5v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0m4-5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0M1.5 5.06a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5m8.5.44a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(o);
export {
s as default
};
//# sourceMappingURL=IconSoundWave12.es.js.map