UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 918 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M1.71429 2C1.25963 2 0.823594 2.18061 0.502103 2.5021C0.180612 2.82359 0 3.25963 0 3.71429L0 4.78857H16V3.71429C16 3.25963 15.8194 2.82359 15.4979 2.5021C15.1764 2.18061 14.7404 2 14.2857 2H1.71429Z", fill: "currentColor" }), React.createElement("path", { d: "M0 12.2857V6.21714H16V12.2857C16 12.7404 15.8194 13.1764 15.4979 13.4979C15.1764 13.8194 14.7404 14 14.2857 14H1.71429C1.25963 14 0.823594 13.8194 0.502103 13.4979C0.180612 13.1764 0 12.7404 0 12.2857Z", fill: "currentColor" }))); }); PlasticCardFilledSIcon.displayName = 'PlasticCardFilledSIcon';