UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AtmMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AtmMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 4.21C2.5 2.99 3.488 2 4.708 2h14.584c1.22 0 2.208.99 2.208 2.21v2.922a2.21 2.21 0 0 1-2.208 2.21h-.709v8.065c0 .874 0 1.605-.077 2.185-.083.613-.264 1.17-.712 1.618-.447.447-1.003.63-1.616.712-.58.078-1.31.078-2.182.078h-3.992c-.873 0-1.602 0-2.182-.078-.613-.082-1.17-.265-1.617-.712-.447-.448-.628-1.005-.71-1.618-.078-.58-.078-1.311-.078-2.185V9.342h-.709A2.21 2.21 0 0 1 2.5 7.132zm2.917 3.632v-.268c0-.42 0-.808.042-1.124.047-.348.157-.718.462-1.024.305-.305.675-.416 1.023-.463.316-.042.703-.042 1.123-.042h7.866c.42 0 .807 0 1.123.042.348.047.718.158 1.023.463s.415.676.462 1.024c.042.316.042.703.042 1.124v.268h.709a.71.71 0 0 0 .708-.71V4.21a.71.71 0 0 0-.708-.711H4.708A.71.71 0 0 0 4 4.21v2.922c0 .393.318.71.708.71zm1.566-1.355-.002.005a.7.7 0 0 0-.035.158c-.028.203-.03.488-.03.968v8.019q.11-.006.223-.005a4.64 4.64 0 0 1 4.634 4.868h.454a4.642 4.642 0 0 1 4.856-4.863V7.618c0-.48-.001-.765-.029-.968a.7.7 0 0 0-.034-.158l-.003-.005-.005-.002a.7.7 0 0 0-.156-.035c-.204-.027-.488-.029-.967-.029H8.11c-.48 0-.764.002-.967.029a.7.7 0 0 0-.161.037m10.1 10.652a3.142 3.142 0 0 0-3.353 3.36h.214c.938.001 1.566 0 2.034-.064.446-.06.633-.163.755-.285.122-.123.226-.31.286-.758.063-.468.064-1.098.064-2.037zM10.27 20.5q.008-.11.008-.224a3.14 3.14 0 0 0-3.361-3.137v.216c0 .94.001 1.569.064 2.037.06.448.164.635.286.758.122.122.309.225.755.285.468.063 1.096.065 2.034.065zM12 9.342a2.17 2.17 0 0 0-2.167 2.171c0 1.2.971 2.171 2.167 2.171s2.167-.97 2.167-2.17S13.196 9.341 12 9.341m-3.667 2.171A3.67 3.67 0 0 1 12 7.843a3.67 3.67 0 0 1 3.667 3.67A3.67 3.67 0 0 1 12 15.184a3.67 3.67 0 0 1-3.667-3.67", clipRule: "evenodd" }))); }); exports.AtmMIcon.displayName = 'AtmMIcon';