@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 707 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.CgAssign = function CgAssign (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"none"},"child":[{"tag":"path","attr":{"d":"M6 6H10V4H4V10H6V6Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M10 18H6V14H4V20H10V18Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M14 6H18V10H20V4H14V6Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M14 18H18V14H20V20H14V18Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z","fill":"currentColor"}}]})(props);
};