UNPKG

@icongo/cg

Version:
32 lines (31 loc) 1.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGVolume = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGVolume = function CGVolume(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.CGVolume = CGVolume;