UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 759 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 Floppy2Fill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-floppy2-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M12 2h-2v3h2z" }), React.createElement("path", { d: "M1.5 0A1.5 1.5 0 000 1.5v13A1.5 1.5 0 001.5 16h13a1.5 1.5 0 001.5-1.5V2.914a1.5 1.5 0 00-.44-1.06L14.147.439A1.5 1.5 0 0013.086 0zM4 6a1 1 0 01-1-1V1h10v4a1 1 0 01-1 1zM3 9h10a1 1 0 011 1v5H2v-5a1 1 0 011-1" })); exports.default = Floppy2Fill;