UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BillSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_136_29929)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.10052 1.10052C1.6451 0.555941 2.3837 0.25 3.15385 0.25H13.3846C14.012 0.25 14.6136 0.49921 15.0572 0.942806C15.5008 1.3864 15.75 1.98805 15.75 2.61539V6.38463C15.75 6.79884 15.4142 7.13463 15 7.13463H12.5193V15C12.5193 15.2702 12.3739 15.5196 12.1388 15.6527C11.9037 15.7858 11.6151 15.7822 11.3834 15.6432L9.07694 14.2593L6.7705 15.6432C6.53299 15.7857 6.23627 15.7857 5.99876 15.6432L3.69231 14.2593L1.38587 15.6432C1.15417 15.7822 0.865607 15.7858 0.630476 15.6527C0.395344 15.5196 0.25 15.2702 0.25 15V3.15385C0.25 2.3837 0.555941 1.6451 1.10052 1.10052ZM12.5193 5.63463H14.25V2.61539C14.25 2.38587 14.1589 2.16576 13.9966 2.00347C13.8343 1.84117 13.6142 1.75 13.3846 1.75C13.1551 1.75 12.935 1.84117 12.7727 2.00347C12.6104 2.16576 12.5193 2.38587 12.5193 2.61539V5.63463ZM11.1832 1.75C11.0759 2.02306 11.0193 2.31631 11.0193 2.61539V13.6754L9.46282 12.7415C9.2253 12.599 8.92858 12.599 8.69107 12.7415L6.38463 14.1254L4.07819 12.7415C3.84067 12.599 3.54395 12.599 3.30644 12.7415L1.75 13.6754V3.15385C1.75 2.78153 1.89791 2.42445 2.16118 2.16118C2.42445 1.89791 2.78153 1.75 3.15385 1.75H11.1832ZM9.84031 4.74318C10.152 5.01595 10.1836 5.48977 9.91086 5.8015L6.14162 10.1092C5.88328 10.4044 5.44105 10.4507 5.12719 10.2153L2.97334 8.59993C2.64197 8.3514 2.57481 7.8813 2.82334 7.54993C3.07187 7.21856 3.54197 7.1514 3.87334 7.39993L5.47077 8.598L8.782 4.81374C9.05476 4.50201 9.52858 4.47042 9.84031 4.74318Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_136_29929" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); BillSIcon.displayName = 'BillSIcon';