UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 876 B
"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 Agenda = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.523 4.25A2.25 2.25 0 016.773 2h10.5a2.25 2.25 0 012.25 2.25v15.5a2.25 2.25 0 01-2.25 2.25h-8.25v.75a.75.75 0 01-1.5 0V22h-.75a2.25 2.25 0 01-2.25-2.25V4.25zm1.5 11.583v3.917c0 .414.336.75.75.75h6.75v-4.667h-7.5zm7.5-1.5V9.667h-7.5v4.666h7.5zm1.5 1.5V20.5h2.25a.75.75 0 00.75-.75v-3.917h-3zm3-1.5V9.667h-3v4.666h3zm0-10.083a.75.75 0 00-.75-.75h-2.25v4.667h3V4.25zm-4.5-.75h-6.75a.75.75 0 00-.75.75v3.917h7.5V3.5z", fill: "#323544" })); exports.default = Agenda;