UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlasticCardFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlasticCardFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.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_1.default.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" }))); }); exports.PlasticCardFilledSIcon.displayName = 'PlasticCardFilledSIcon';