UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlasticCardActiveMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlasticCardActiveMIcon = (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.859 4.918a2.1 2.1 0 0 1 1.526-.668h15.23c.582 0 1.13.246 1.526.668.395.42.609.98.609 1.556v11.052c0 .576-.214 1.136-.609 1.556a2.1 2.1 0 0 1-1.526.668H4.385c-.582 0-1.13-.246-1.526-.668a2.27 2.27 0 0 1-.609-1.556V6.474c0-.576.214-1.136.609-1.556m.891 5.832v6.776c0 .207.078.396.202.529.123.13.28.195.433.195h15.23c.153 0 .31-.064.433-.195a.77.77 0 0 0 .202-.529V10.75zm16.5-1.5H3.75V6.474c0-.207.078-.396.202-.529a.6.6 0 0 1 .433-.195h15.23c.153 0 .31.064.433.195a.77.77 0 0 1 .202.529zm-6 5.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); exports.PlasticCardActiveMIcon.displayName = 'PlasticCardActiveMIcon';