@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.05 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlasticCardActiveSIcon = 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.59v4.585c0 .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.361zm12.5-1.5H1.75v-1.81c0-.074.03-.15.09-.207a.34.34 0 0 1 .237-.095h11.846a.34.34 0 0 1 .237.095.3.3 0 0 1 .09.208zm-4.308 4.476a.75.75 0 0 1 .75-.75h1.616a.75.75 0 1 1 0 1.5h-1.616a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
PlasticCardActiveSIcon.displayName = 'PlasticCardActiveSIcon';