UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 960 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.86 4.918a2.1 2.1 0 0 1 1.525-.668h15.23c.582 0 1.13.246 1.526.668.395.42.61.98.61 1.556v11.052c0 .576-.215 1.136-.61 1.556a2.1 2.1 0 0 1-1.525.668H4.385c-.582 0-1.13-.246-1.526-.668a2.27 2.27 0 0 1-.609-1.556V6.474c0-.576.214-1.136.61-1.556m.89 5.99v6.618c0 .207.078.396.202.529.124.13.28.195.433.195h15.23c.153 0 .31-.064.433-.195a.77.77 0 0 0 .202-.529v-6.618zm16.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.529z", clipRule: "evenodd" }))); }); PlasticCardMIcon.displayName = 'PlasticCardMIcon';