@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BillMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BillMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.28076 3.28076C3.94075 2.62078 4.83588 2.25 5.76924 2.25H18.9231C19.6729 2.25 20.3919 2.54784 20.9221 3.07799C21.4522 3.60814 21.7501 4.32718 21.7501 5.07693V9.9231C21.7501 10.3373 21.4143 10.6731 21.0001 10.6731H17.5962V21.0001C17.5962 21.2703 17.4508 21.5196 17.2157 21.6527C16.9806 21.7858 16.692 21.7822 16.4603 21.6432L13.3846 19.7978L10.309 21.6432C10.0715 21.7857 9.77474 21.7857 9.53722 21.6432L6.46155 19.7978L3.38587 21.6432C3.15417 21.7822 2.86561 21.7858 2.63048 21.6527C2.39534 21.5196 2.25 21.2703 2.25 21.0001V5.76924C2.25 4.83588 2.62078 3.94075 3.28076 3.28076ZM17.5962 9.1731H20.2501V5.07693C20.2501 4.72501 20.1103 4.3875 19.8614 4.13865C19.6126 3.8898 19.275 3.75 18.9231 3.75C18.5712 3.75 18.2337 3.8898 17.9848 4.13865C17.736 4.3875 17.5962 4.72501 17.5962 5.07693V9.1731ZM16.427 3.75C16.2117 4.15492 16.0962 4.60997 16.0962 5.07693V19.6754L13.7705 18.28C13.533 18.1375 13.2363 18.1375 12.9988 18.28L9.9231 20.1254L6.84742 18.28C6.60991 18.1375 6.31319 18.1375 6.07568 18.28L3.75 19.6754V5.76924C3.75 5.2337 3.96274 4.7201 4.34142 4.34142C4.7201 3.96274 5.2337 3.75 5.76924 3.75H16.427ZM14.2247 7.97397C14.5364 8.24673 14.568 8.72056 14.2953 9.03228L9.4491 14.5708C9.19076 14.866 8.74852 14.9123 8.43467 14.6769L5.66543 12.6C5.33406 12.3514 5.2669 11.8813 5.51543 11.55C5.76396 11.2186 6.23406 11.1514 6.56543 11.4L8.77825 13.0596L13.1664 8.04453C13.4392 7.7328 13.913 7.70121 14.2247 7.97397Z", fill: "currentColor" }))); });
exports.BillMIcon.displayName = 'BillMIcon';