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.13 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 16 16", 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: "M8.5 3a.75.75 0 0 0-.75.75v1a.75.75 0 1 0 1.5 0v-1A.75.75 0 0 0 8.5 3ZM3.043 1c-.573 0-1.06.263-1.42.623-.36.36-.623.847-.623 1.42v9.914c0 .573.263 1.06.623 1.42.36.36.847.623 1.42.623h9.914c.573 0 1.06-.263 1.42-.623.36-.36.623-.847.623-1.42V5.5a.75.75 0 0 0-.219-.53L11.03 1.22A.75.75 0 0 0 10.5 1ZM4.25 2.5H10a.75.75 0 0 1 .75.75v2A.75.75 0 0 1 10 6H4.25a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 1 .75-.75Zm0 5.5h7.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 4.25 8Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FloppyDiskIcon); module.exports = ForwardRef;