UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AtmSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AtmSIcon = (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(#AtmSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.5 1.895C.5.86 1.327 0 2.375 0h11.25C14.673 0 15.5.86 15.5 1.895v2.29c0 1.033-.827 1.894-1.875 1.894h-.375v6.983c0 .444 0 .851-.07 1.196a2.04 2.04 0 0 1-.584 1.07c-.363.37-.791.532-1.232.606-.397.066-.857.066-1.32.066H5.956c-.464 0-.923 0-1.32-.066-.44-.074-.87-.237-1.232-.605a2.04 2.04 0 0 1-.584-1.07c-.07-.346-.07-.753-.07-1.197V6.08h-.375C1.327 6.079.5 5.219.5 4.184zm2.25 2.684v-.053c0-.325 0-.638.034-.896.038-.288.13-.618.4-.893.273-.276.602-.373.891-.413a7 7 0 0 1 .884-.035h6.082c.318 0 .628 0 .884.035.29.04.618.137.89.413.27.275.363.605.401.893.034.258.034.57.034.895v.054h.375A.385.385 0 0 0 14 4.184v-2.29c0-.23-.18-.394-.375-.394H2.375A.385.385 0 0 0 2 1.895v2.29c0 .23.18.394.375.394zm1.523-.768-.002.016c-.02.147-.021.358-.021.739v7.009A3.76 3.76 0 0 1 7.175 14.5h1.65a3.76 3.76 0 0 1 2.925-2.925v-7.01c0-.38-.002-.591-.021-.738l-.002-.016h-.006c-.141-.02-.346-.022-.721-.022H5c-.375 0-.58.002-.721.021zm7.439-.07zm.038 9.387a2.26 2.26 0 0 0-1.371 1.37 5 5 0 0 0 .738-.044c.23-.038.331-.098.409-.177.13-.132.161-.206.184-.318.033-.163.04-.386.04-.83m-6.128 1.37a2.26 2.26 0 0 0-1.372-1.37c0 .445.007.668.04.831.023.112.054.186.184.318.078.079.18.14.409.177.191.032.422.042.739.045M4.288 3.743v-.001zM8 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M5.25 8a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "AtmSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.AtmSIcon.displayName = 'AtmSIcon';