UNPKG

brightyui

Version:

Brighty UI library

6 lines 1.11 kB
import { jsx as _jsx } from "react/jsx-runtime"; export var CopyIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? 20 : _b, _c = _a.height, height = _c === void 0 ? 20 : _c, _d = _a.color, color = _d === void 0 ? 'var(--secondary)' : _d; return (_jsx("svg", { width: width, height: height, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: _jsx("path", { d: 'M4.39921 18.3005C3.94088 18.3005 3.54852 18.1373 3.22213 17.8109C2.89574 17.4845 2.73254 17.0921 2.73254 16.6338V4.96715H4.39921V16.6338H13.5659V18.3005H4.39921ZM7.73254 14.9671C7.27421 14.9671 6.88185 14.804 6.55546 14.4776C6.22907 14.1512 6.06588 13.7588 6.06588 13.3005V3.30048C6.06588 2.84215 6.22907 2.44978 6.55546 2.1234C6.88185 1.79701 7.27421 1.63381 7.73254 1.63381H15.2325C15.6909 1.63381 16.0832 1.79701 16.4096 2.1234C16.736 2.44978 16.8992 2.84215 16.8992 3.30048V13.3005C16.8992 13.7588 16.736 14.1512 16.4096 14.4776C16.0832 14.804 15.6909 14.9671 15.2325 14.9671H7.73254ZM7.73254 13.3005H15.2325V3.30048H7.73254V13.3005Z', fill: color }) })); }; //# sourceMappingURL=Copy.js.map