UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 739 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardFilledMIcon = 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: "M4.143 5c-.568 0-1.114.21-1.515.586A1.94 1.94 0 0 0 2 7v1.253h20V7c0-.53-.226-1.04-.628-1.414A2.22 2.22 0 0 0 19.857 5zM2 17V9.92h20V17c0 .53-.226 1.04-.628 1.414a2.22 2.22 0 0 1-1.515.586H4.143c-.568 0-1.114-.21-1.515-.586A1.94 1.94 0 0 1 2 17", clipRule: "evenodd" }))); }); PlasticCardFilledMIcon.displayName = 'PlasticCardFilledMIcon';