@icongo/cg
Version:
css.gg Icons
15 lines • 536 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPlayListCheck = props => /*#__PURE__*/_jsx("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 6H3v2h12V6Zm0 4H3v2h12v-2ZM3 14h8v2H3v-2Zm8.99 1.025 1.415-1.414 2.121 2.121 4.243-4.242 1.414 1.414-5.657 5.657-3.535-3.536Z"
})
}));
export { CGPlayListCheck };