UNPKG

@sky-mavis/tanto-widget

Version:
16 lines (12 loc) 483 B
'use strict'; var jsxRuntime = require('@emotion/react/jsx-runtime'); var MatchaIcon = require('./MatchaIcon.cjs'); function CopyIcon(props) { return jsxRuntime.jsx(MatchaIcon.MatchaIcon, { ...props, children: jsxRuntime.jsx("path", { d: "M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z" }) }); } exports.CopyIcon = CopyIcon;