UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BankSIcon = (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("g", { clipPath: "url(#BankSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.997 1.897 2.282 5.639h11.436L8.003 1.897zM7.232.606a1.52 1.52 0 0 1 1.567.019l6.366 4.168c.536.354.705.974.494 1.505-.202.508-.707.84-1.294.84h-.23v4.424h.327a1.29 1.29 0 0 1 1.288 1.289v1.615a1.29 1.29 0 0 1-1.288 1.288H1.538A1.29 1.29 0 0 1 .25 14.466V12.85a1.29 1.29 0 0 1 1.288-1.289h.327V7.139h-.23c-.588 0-1.093-.333-1.294-.84C.13 5.766.299 5.146.835 4.792h.002L7.2.624zM3.365 7.139v4.423h2.09V7.139zm3.59 0v4.423h2.09V7.139zm3.59 0v4.423h2.09V7.139zm2.836 5.923H1.75v1.192h12.5v-1.192h-.869", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "BankSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.BankSIcon.displayName = 'BankSIcon';