@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 608 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.CgPlayListCheck = function CgPlayListCheck (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"none"},"child":[{"tag":"path","attr":{"d":"M15 6H3V8H15V6Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M15 10H3V12H15V10Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M3 14H11V16H3V14Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M11.9905 15.025L13.4049 13.6106L15.526 15.7321L19.7687 11.4895L21.1829 12.9037L15.526 18.5606L11.9905 15.025Z","fill":"currentColor"}}]})(props);
};