@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.1 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlasticCardSavedSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.791 2.772a1.84 1.84 0 0 1 1.286-.522h11.846c.48 0 .942.186 1.286.522.344.337.541.797.541 1.28v7.895c0 .484-.197.944-.541 1.281a1.84 1.84 0 0 1-1.286.522H2.077a1.84 1.84 0 0 1-1.286-.522 1.8 1.8 0 0 1-.541-1.28V4.052c0-.484.197-.944.541-1.281m.959 4.632v4.543c0 .075.03.15.09.208a.34.34 0 0 0 .237.095h11.846a.34.34 0 0 0 .237-.095.3.3 0 0 0 .09-.208V7.404zm12.5-1.5H1.75V4.053c0-.075.03-.15.09-.208a.34.34 0 0 1 .237-.095h11.846a.34.34 0 0 1 .237.095.3.3 0 0 1 .09.208zm-1.008 2.508a.75.75 0 0 1 0 1.06l-1.885 1.885a.75.75 0 0 1-1.06 0l-.943-.942a.75.75 0 0 1 1.06-1.06l.413.411 1.354-1.354a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
PlasticCardSavedSIcon.displayName = 'PlasticCardSavedSIcon';