UNPKG

brightyui

Version:

Brighty UI library

6 lines 928 B
import { jsx as _jsx } from "react/jsx-runtime"; export var BinIcon = 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(--fill3)' : _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: 'M5.83398 17.5C5.37565 17.5 4.98329 17.3368 4.6569 17.0104C4.33051 16.684 4.16732 16.2917 4.16732 15.8333L4.16732 5H3.33398L3.33398 3.33333L7.50065 3.33333V2.5L12.5007 2.5V3.33333L16.6673 3.33333V5H15.834L15.834 15.8333C15.834 16.2917 15.6708 16.684 15.3444 17.0104C15.018 17.3368 14.6257 17.5 14.1673 17.5H5.83398ZM7.50065 14.1667L9.16732 14.1667L9.16732 6.66667H7.50065L7.50065 14.1667ZM10.834 14.1667H12.5007L12.5007 6.66667L10.834 6.66667L10.834 14.1667Z', fill: color }) })); }; //# sourceMappingURL=BinIcon.js.map