UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 738 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 Prescription2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-prescription2", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7 6h2v2h2v2H9v2H7v-2H5V8h2z" }), React.createElement("path", { d: "M2 1a1 1 0 011-1h10a1 1 0 011 1v2a1 1 0 01-1 1v10.5a1.5 1.5 0 01-1.5 1.5h-7A1.5 1.5 0 013 14.5V4a1 1 0 01-1-1zm2 3v10.5a.5.5 0 00.5.5h7a.5.5 0 00.5-.5V4zM3 3h10V1H3z" })); exports.default = Prescription2;