UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.55 kB
"use strict"; 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.25 2.22222C1.25 1.38271 1.9485 0.75 2.75 0.75H9.5C9.69401 0.75 9.88048 0.825184 10.0202 0.95976L14.5202 5.29309C14.667 5.43447 14.75 5.62951 14.75 5.83333V7.27778C14.75 7.69199 14.4142 8.02778 14 8.02778C13.5858 8.02778 13.25 7.69199 13.25 7.27778V6.58333H10.25C9.4485 6.58333 8.75 5.95062 8.75 5.11111V2.25H2.75L2.75 13.75H6.5C6.91421 13.75 7.25 14.0858 7.25 14.5C7.25 14.9142 6.91421 15.25 6.5 15.25H2.75C1.9485 15.25 1.25 14.6173 1.25 13.7778V2.22222ZM10.25 3.26343L12.1399 5.08333H10.25V3.26343ZM7.25 9C7.25 8.58579 7.58579 8.25 8 8.25H12C12.4142 8.25 12.75 8.58579 12.75 9C12.75 9.41421 12.4142 9.75 12 9.75H8C7.58579 9.75 7.25 9.41421 7.25 9ZM7.25 10.7911C7.25 10.3769 7.58579 10.0411 8 10.0411H12C12.4142 10.0411 12.75 10.3769 12.75 10.7911C12.75 11.2054 12.4142 11.5411 12 11.5411H10.75V14.5C10.75 14.9142 10.4142 15.25 10 15.25C9.58579 15.25 9.25 14.9142 9.25 14.5V11.5411H8C7.58579 11.5411 7.25 11.2054 7.25 10.7911Z", fill: "currentColor" }))); }); exports.TaxesSIcon.displayName = 'TaxesSIcon';