UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Gallery = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.145 6.935a1.625 1.625 0 000 3.25h.01a1.625 1.625 0 000-3.25h-.01z", fill: "#323544" }), React.createElement("path", { d: "M3.75 5.5A2.25 2.25 0 016 3.25h13a2.25 2.25 0 012.25 2.25v13A2.25 2.25 0 0119 20.75H6a2.25 2.25 0 01-2.25-2.25v-13zM6 4.75a.75.75 0 00-.75.75v10.08l1.451-1.9a2.25 2.25 0 013.584.01L11.5 15.3a.75.75 0 001.293-.168l1.978-4.847c.667-1.635 2.872-1.9 3.906-.468l1.073 1.484V5.5a.75.75 0 00-.75-.75H6zM5.25 18.5c0 .414.336.75.75.75h13a.75.75 0 00.75-.75v-4.64l-2.288-3.164a.75.75 0 00-1.302.156l-1.978 4.846c-.66 1.616-2.827 1.899-3.879.506l-1.215-1.61a.75.75 0 00-1.195-.003l-2.492 3.264a.75.75 0 01-.151.148v.497z", fill: "#323544" })); exports.default = Gallery;