UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.15 kB
const React = require("react"); function FloppyDiskIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M10.75 4a.75.75 0 0 0-.75.75V6.5a.75.75 0 1 0 1.5 0V4.75a.75.75 0 0 0-.75-.75Zm-6.5-2c-.625 0-1.163.288-1.563.688C2.288 3.087 2 3.625 2 4.25v11.5c0 .625.288 1.163.688 1.563.399.399.937.687 1.562.687h11.5c.625 0 1.163-.288 1.563-.688.399-.399.687-.937.687-1.562V6.5a.75.75 0 0 0-.219-.531l-3.75-3.75A.75.75 0 0 0 13.5 2Zm1.5 1.5h6.75a.75.75 0 0 1 .75.75V7a.75.75 0 0 1-.75.75H5.75A.75.75 0 0 1 5 7V4.25a.75.75 0 0 1 .75-.75Zm0 6.75h8.5A.75.75 0 0 1 15 11v4.25a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1-.75-.75V11a.75.75 0 0 1 .75-.75z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FloppyDiskIcon); module.exports = ForwardRef;