UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.68 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardSavedMIcon = 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.85895 4.91808C3.25515 4.4964 3.80286 4.25 4.38462 4.25H19.6154C20.1971 4.25 20.7449 4.4964 21.141 4.91808C21.5358 5.33817 21.75 5.89849 21.75 6.47368V17.5263C21.75 18.1015 21.5358 18.6618 21.141 19.0819C20.7449 19.5036 20.1971 19.75 19.6154 19.75H4.38462C3.80286 19.75 3.25515 19.5036 2.85895 19.0819C2.46425 18.6618 2.25 18.1015 2.25 17.5263V6.47368C2.25 5.89849 2.46425 5.33817 2.85895 4.91808ZM3.75 10.75V17.5263C3.75 17.7328 3.82751 17.9222 3.95214 18.0548C4.07527 18.1859 4.23193 18.25 4.38462 18.25H19.6154C19.7681 18.25 19.9247 18.1859 20.0479 18.0548C20.1725 17.9222 20.25 17.7328 20.25 17.5263V10.75H3.75ZM20.25 9.25H3.75V6.47368C3.75 6.26719 3.82751 6.07783 3.95214 5.94519C4.07527 5.81413 4.23193 5.75 4.38462 5.75H19.6154C19.7681 5.75 19.9247 5.81413 20.0479 5.94519C20.1725 6.07783 20.25 6.26719 20.25 6.47368V9.25ZM18.6554 12.4697C18.9483 12.7626 18.9482 13.2374 18.6554 13.5303L15.6553 16.5303C15.5146 16.671 15.3239 16.75 15.1249 16.75C14.926 16.75 14.7353 16.671 14.5946 16.5303L13.0947 15.0303C12.8018 14.7374 12.8018 14.2625 13.0947 13.9697C13.3877 13.6768 13.8625 13.6768 14.1554 13.9697L15.125 14.9393L17.5947 12.4697C17.8876 12.1768 18.3625 12.1768 18.6554 12.4697Z", fill: "currentColor" }))); }); PlasticCardSavedMIcon.displayName = 'PlasticCardSavedMIcon';