@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxesMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TaxesMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 4c0-.966.784-1.75 1.75-1.75h9a.75.75 0 0 1 .53.22l6 6c.141.14.22.331.22.53v2a.75.75 0 0 1-1.5 0V9.75H15A1.75 1.75 0 0 1 13.25 8V3.75H5a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h5a.75.75 0 0 1 0 1.5H5A1.75 1.75 0 0 1 3.25 20zm11.5.81 3.44 3.44H15a.25.25 0 0 1-.25-.25zM16 12.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M10.25 17a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0m3.5-2a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m0 1.667a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.75V20a.75.75 0 0 1-1.5 0v-2.583h-.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.TaxesMIcon.displayName = 'TaxesMIcon';