UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 929 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 Prescription = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-prescription", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M5.5 6a.5.5 0 00-.5.5v4a.5.5 0 001 0V9h.293l2 2-1.147 1.146a.5.5 0 00.708.708L9 11.707l1.146 1.147a.5.5 0 00.708-.708L9.707 11l1.147-1.146a.5.5 0 00-.708-.708L9 10.293 7.695 8.987A1.5 1.5 0 007.5 6zM6 7h1.5a.5.5 0 010 1H6z" }), 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 = Prescription;