UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.09 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 Photos = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.25 10.5a1.25 1.25 0 100 2.5h.01a1.25 1.25 0 100-2.5h-.01z", fill: "#323544" }), React.createElement("path", { d: "M7.75 5.5A2.25 2.25 0 0110 3.25h9a2.25 2.25 0 012.25 2.25v9A2.25 2.25 0 0119 16.75h-1.75v1.75A2.25 2.25 0 0115 20.75H6a2.25 2.25 0 01-2.25-2.25v-.808V9.5A2.25 2.25 0 016 7.25h1.75V5.5zm8 4a.75.75 0 00-.75-.75H6a.75.75 0 00-.75.75v6.942l5.668-2.938a2.25 2.25 0 012.567.348l2.265 2.104V9.5zm-10.5 9c0 .414.336.75.75.75h9a.75.75 0 00.75-.75v-.497l-3.286-3.051a.75.75 0 00-.855-.117L5.25 18.132v.368zm4-11.25H15a2.25 2.25 0 012.25 2.25v5.75H19a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 00-.75.75v1.75z", fill: "#323544" })); exports.default = Photos;