UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 977 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 Floppy = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-floppy", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M11 2H9v3h2z" }), React.createElement("path", { d: "M1.5 0h11.586a1.5 1.5 0 011.06.44l1.415 1.414A1.5 1.5 0 0116 2.914V14.5a1.5 1.5 0 01-1.5 1.5h-13A1.5 1.5 0 010 14.5v-13A1.5 1.5 0 011.5 0M1 1.5v13a.5.5 0 00.5.5H2v-4.5A1.5 1.5 0 013.5 9h9a1.5 1.5 0 011.5 1.5V15h.5a.5.5 0 00.5-.5V2.914a.5.5 0 00-.146-.353l-1.415-1.415A.5.5 0 0013.086 1H13v4.5A1.5 1.5 0 0111.5 7h-7A1.5 1.5 0 013 5.5V1H1.5a.5.5 0 00-.5.5m3 4a.5.5 0 00.5.5h7a.5.5 0 00.5-.5V1H4zM3 15h10v-4.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5z" })); exports.default = Floppy;