UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 858 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.14286 5C3.57454 5 3.02949 5.21071 2.62763 5.58579C2.22576 5.96086 2 6.46957 2 7V8.25333H22V7C22 6.46957 21.7742 5.96086 21.3724 5.58579C20.9705 5.21071 20.4255 5 19.8571 5H4.14286ZM2 17V9.92H22V17C22 17.5304 21.7742 18.0391 21.3724 18.4142C20.9705 18.7893 20.4255 19 19.8571 19H4.14286C3.57454 19 3.02949 18.7893 2.62763 18.4142C2.22576 18.0391 2 17.5304 2 17Z", fill: "currentColor" }))); }); PlasticCardFilledMIcon.displayName = 'PlasticCardFilledMIcon';