UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 937 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardAddMIcon = 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.875 5.298c.4-.4.943-.625 1.51-.625h15.23a2.134 2.134 0 0 1 2.135 2.135v10.384a2.135 2.135 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V6.808c0-.566.225-1.11.625-1.51m1.51.875a.635.635 0 0 0-.635.635v10.384a.634.634 0 0 0 .635.635h15.23a.635.635 0 0 0 .635-.635V6.808a.635.635 0 0 0-.635-.635zM12 8.02a.75.75 0 0 1 .75.75v2.461h2.48a.75.75 0 0 1 0 1.5h-2.48v2.5a.75.75 0 0 1-1.5 0v-2.5H8.77a.75.75 0 1 1 0-1.5h2.48V8.77a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); PlasticCardAddMIcon.displayName = 'PlasticCardAddMIcon';