UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

31 lines (27 loc) 1.13 kB
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var React = require('react'); const ClipboardListIcon = React.forwardRef((props, ref) => /* @__PURE__ */ jsxRuntime.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", stroke: "currentColor", strokeWidth: 0, viewBox: "0 0 384 512", ref, ...props, children: /* @__PURE__ */ jsxRuntime.jsx( "path", { stroke: "none", d: "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1-48 0zm104-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1-48 0zm88 0c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16z" } ) } )); ClipboardListIcon.displayName = "ClipboardListIcon"; exports.ClipboardListIcon = ClipboardListIcon; //# sourceMappingURL=clipboard-list-icon.cjs.map