@icongo/cg
Version:
css.gg Icons
29 lines (28 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGPlayListSearch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGPlayListSearch = function CGPlayListSearch(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: "M15.879 4.879h-12v2h12v-2Zm0 4h-12v2h12v-2Zm-12 4h8v2h-8v-2Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13.757 12.757a3 3 0 0 0 3.415 4.83l1.535 1.534 1.414-1.414-1.535-1.535a3.001 3.001 0 0 0-4.829-3.415Zm1.415 2.829a1 1 0 1 0 1.414-1.415 1 1 0 0 0-1.414 1.415Z",
clipRule: "evenodd"
})]
}));
};
exports.CGPlayListSearch = CGPlayListSearch;