UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 kB
"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 FloppyDisk1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.5 3.25A2.25 2.25 0 003.25 5.5v13a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25V8.614a2.25 2.25 0 00-.66-1.592l-3.12-3.114a2.25 2.25 0 00-1.59-.658H5.5zm0 1.5h.75v.75A2.25 2.25 0 008.5 7.75h3a2.25 2.25 0 002.25-2.25v-.75h1.63a.75.75 0 01.53.22l3.12 3.113c.14.141.22.332.22.531V18.5a.75.75 0 01-.75.75h-1.75V15.5a2.25 2.25 0 00-2.25-2.25h-5a2.25 2.25 0 00-2.25 2.25v3.75H5.5a.75.75 0 01-.75-.75v-13a.75.75 0 01.75-.75zm2.25 0h4.5v.75a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-.75zm7.5 14.5h-6.5V15.5a.75.75 0 01.75-.75h5a.75.75 0 01.75.75v3.75z", fill: "#323544" })); exports.default = FloppyDisk1;