iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 911 B
JavaScript
;
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 Floppy2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-floppy2", viewBox: "0 0 16 16", ...props },
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 1H13v3.5A1.5 1.5 0 0111.5 6h-7A1.5 1.5 0 013 4.5V1H1.5a.5.5 0 00-.5.5m9.5-.5a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5z" }));
exports.default = Floppy2;