@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.75 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlasticCardAddMIcon = 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: "M2.87522 5.29831C3.27553 4.89799 3.81848 4.6731 4.38462 4.6731H19.6154C20.1816 4.6731 20.7245 4.89799 21.1248 5.29831C21.5252 5.69863 21.7501 6.24158 21.7501 6.80772V17.1924C21.7501 17.7585 21.5252 18.3014 21.1248 18.7018C20.7245 19.1021 20.1816 19.327 19.6154 19.327H4.38462C3.81848 19.327 3.27554 19.1021 2.87522 18.7018C2.4749 18.3014 2.25 17.7585 2.25 17.1924V6.80772C2.25 6.24158 2.4749 5.69863 2.87522 5.29831ZM4.38462 6.1731C4.21631 6.1731 4.05489 6.23996 3.93588 6.35897C3.81686 6.47799 3.75 6.6394 3.75 6.80772V17.1924C3.75 17.3607 3.81686 17.5221 3.93588 17.6411C4.05489 17.7601 4.21631 17.827 4.38462 17.827H19.6154C19.7838 17.827 19.9452 17.7601 20.0642 17.6411C20.1832 17.5221 20.2501 17.3607 20.2501 17.1924V6.80772C20.2501 6.6394 20.1832 6.47799 20.0642 6.35897C19.9452 6.23996 19.7837 6.1731 19.6154 6.1731H4.38462ZM12 8.01926C12.4142 8.01926 12.75 8.35504 12.75 8.76926V11.2301H15.2308C15.645 11.2301 15.9808 11.5659 15.9808 11.9801C15.9808 12.3944 15.645 12.7301 15.2308 12.7301H12.75V15.2308C12.75 15.645 12.4142 15.9808 12 15.9808C11.5858 15.9808 11.25 15.645 11.25 15.2308V12.7301H8.76922C8.35501 12.7301 8.01922 12.3944 8.01922 11.9801C8.01922 11.5659 8.35501 11.2301 8.76922 11.2301H11.25V8.76926C11.25 8.35504 11.5858 8.01926 12 8.01926Z", fill: "currentColor" }))); });
PlasticCardAddMIcon.displayName = 'PlasticCardAddMIcon';