@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageGalleryMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ImageGalleryMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.78 4.88a2.15 2.15 0 0 1 1.52-.63h15.4a2.15 2.15 0 0 1 2.15 2.15v11.2a2.15 2.15 0 0 1-2.15 2.15H4.3a2.15 2.15 0 0 1-2.15-2.15V6.4c0-.57.227-1.117.63-1.52m.87 6.849V17.6a.65.65 0 0 0 .65.65h9.666a9.19 9.19 0 0 0-9.023-6.6h-.02a10 10 0 0 0-1.273.079m11.87 6.521h4.18a.65.65 0 0 0 .65-.65v-2.33a10.05 10.05 0 0 0-5.968.181c.508.87.892 1.812 1.138 2.799m-2.012-4.076a11.55 11.55 0 0 1 6.842-.453v-7.32a.65.65 0 0 0-.65-.65H4.3a.65.65 0 0 0-.65.65v3.817q.632-.07 1.268-.068a10.69 10.69 0 0 1 8.59 4.024m.232-6.783a2.493 2.493 0 1 1 3.525 3.525 2.493 2.493 0 0 1-3.525-3.525m1.763.77a.993.993 0 1 0 0 1.986.993.993 0 0 0 0-1.986", clipRule: "evenodd" }))); });
exports.ImageGalleryMIcon.displayName = 'ImageGalleryMIcon';