UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 914 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardSIcon = 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.552 2.547C.906 2.197 1.386 2 1.886 2h12.228c.5 0 .98.197 1.334.547.353.35.552.826.552 1.322v8.262c0 .496-.199.971-.552 1.322-.354.35-.834.547-1.334.547H1.886c-.5 0-.98-.197-1.334-.547A1.86 1.86 0 0 1 0 12.13V3.87c0-.496.199-.971.552-1.322m.996 4.843v4.741a.34.34 0 0 0 .337.335h12.23a.34.34 0 0 0 .238-.098.33.33 0 0 0 .099-.237v-4.74zm12.904-1.534H1.548V3.869a.339.339 0 0 1 .337-.334h12.23a.34.34 0 0 1 .238.097.33.33 0 0 1 .099.237z", clipRule: "evenodd" }))); }); PlasticCardSIcon.displayName = 'PlasticCardSIcon';