@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlBrowsePhotos = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlBrowsePhotos = function MCMdlBrowsePhotos(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M256 1408v-256H0V0h1536v256h256v768h-128V384h-128v768H384v128h896v128H256zm1152-384V128H128v896h1280zM256 256h1024v640H256V256zm128 512h768V384H384v384zm1344 384q66 0 124 25.5t101.5 69 69 101.5 25.5 124-25.5 124-69 101.5-101.5 69-124 25.5q-47 0-92-13.5t-84-39.5l-304 303-90-90 303-304q-26-39-39.5-84t-13.5-92q0-66 25.5-124t69-101.5 101.5-69 124-25.5zm0 512q40 0 75-15t61-41 41-61 15-75-15-75-41-61-61-41-75-15-75 15-61 41-41 61-15 75 15 75 41 61 61 41 75 15z"
})
}));
};
exports.MCMdlBrowsePhotos = MCMdlBrowsePhotos;