@icongo/cg
Version:
css.gg Icons
24 lines • 817 B
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 CGVolume = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M24 12a8 8 0 0 1-8 8v-2a6 6 0 0 0 0-12V4a8 8 0 0 1 8 8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M20 12a4 4 0 0 1-4 4v-2a2 2 0 1 0 0-4V8a4 4 0 0 1 4 4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "m9 16 6 4V4L9 8H5a4 4 0 1 0 0 8h4Zm-4-6h4l4-2.5v9L9 14H5a2 2 0 1 1 0-4Z",
clipRule: "evenodd"
})]
}));
export { CGVolume };