@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.11 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlasticCardSavedMIcon = 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.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-1.595 3.22a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 1 1 1.06-1.06l.97.97 2.47-2.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
PlasticCardSavedMIcon.displayName = 'PlasticCardSavedMIcon';