UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlasticCardAddSIcon = 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.716 2.695a1.95 1.95 0 0 1 1.36-.552h11.847c.507 0 .996.196 1.36.552.366.357.574.845.574 1.358v7.894c0 .513-.208 1.001-.573 1.358a1.95 1.95 0 0 1-1.361.552H2.077c-.507 0-.997-.196-1.36-.552a1.9 1.9 0 0 1-.574-1.358V4.053c0-.513.208-1.001.573-1.358m1.36 1.162a.23.23 0 0 0-.161.064.18.18 0 0 0-.058.132v7.894c0 .046.018.093.058.132s.097.064.162.064h11.846a.23.23 0 0 0 .162-.064.18.18 0 0 0 .058-.132V4.053a.18.18 0 0 0-.058-.132.23.23 0 0 0-.162-.064zM8 5.143c.473 0 .857.384.857.857v1.13H10a.857.857 0 1 1 0 1.715H8.857V10a.857.857 0 1 1-1.714 0V8.845H6A.857.857 0 1 1 6 7.13h1.143V6c0-.473.384-.857.857-.857", clipRule: "evenodd" }))); }); PlasticCardAddSIcon.displayName = 'PlasticCardAddSIcon';