UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlasticCardMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlasticCardMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.85919 4.91808C3.25538 4.4964 3.80309 4.25 4.38485 4.25H19.6155C20.1972 4.25 20.7449 4.4964 21.1411 4.91808C21.5358 5.33818 21.7501 5.89849 21.7501 6.47368V17.5263C21.7501 18.1015 21.5358 18.6618 21.1411 19.0819C20.7449 19.5036 20.1972 19.75 19.6155 19.75H4.38485C3.80309 19.75 3.25538 19.5036 2.85919 19.0819C2.46449 18.6618 2.25024 18.1015 2.25024 17.5263V6.47368C2.25024 5.89849 2.46449 5.33818 2.85919 4.91808ZM3.75024 10.9079V17.5263C3.75024 17.7328 3.82775 17.9222 3.95238 18.0548C4.07552 18.1859 4.23216 18.25 4.38485 18.25H19.6155C19.7682 18.25 19.9248 18.1859 20.0479 18.0548C20.1726 17.9222 20.2501 17.7328 20.2501 17.5263V10.9079H3.75024ZM20.2501 9.4079H3.75024V6.47368C3.75024 6.26718 3.82775 6.07783 3.95238 5.94518C4.07551 5.81413 4.23216 5.75 4.38485 5.75H19.6155C19.7682 5.75 19.9248 5.81413 20.0479 5.94518C20.1726 6.07783 20.2501 6.26718 20.2501 6.47368V9.4079Z", fill: "currentColor" }))); }); exports.PlasticCardMIcon.displayName = 'PlasticCardMIcon';