@icongo/cg
Version:
css.gg Icons
21 lines • 802 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 CGPlayListSearch = 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: "M15.879 4.879h-12v2h12v-2Zm0 4h-12v2h12v-2Zm-12 4h8v2h-8v-2Z"
}), /*#__PURE__*/_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"
})]
}));
export { CGPlayListSearch };