@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxesSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TaxesSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H6.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89zM7.25 9A.75.75 0 0 1 8 8.25h4a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 9m0 1.791a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-1.25V14.5a.75.75 0 0 1-1.5 0v-2.959H8a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.TaxesSIcon.displayName = 'TaxesSIcon';