@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.41 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DigitalCardSIcon = 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: "M8.485 3.799a2.9 2.9 0 0 0-1.569.144 3 3 0 0 0-1.292.957l-.589-.464.59.464c-.344.436-.57.96-.652 1.521a.75.75 0 0 1-.742.64c-.322 0-.642.066-.941.194-.3.129-.573.317-.804.557s-.417.526-.544.843a2.7 2.7 0 0 0 0 2.002c.127.317.312.603.544.842l-.535.517.535-.517c.231.24.505.429.804.557s.619.194.94.194h7.54c.649 0 1.277-.267 1.744-.75a2.66 2.66 0 0 0 .736-1.844c0-.696-.267-1.36-.736-1.844a2.43 2.43 0 0 0-1.745-.75h-.086a.75.75 0 0 1-.742-.64 3.2 3.2 0 0 0-1.027-1.92A2.97 2.97 0 0 0 8.485 3.8m2.396-.444a4.47 4.47 0 0 0-2.122-1.031 4.4 4.4 0 0 0-2.38.219 4.5 4.5 0 0 0-1.933 1.43 4.7 4.7 0 0 0-.831 1.638q-.473.076-.916.266l.295.69-.295-.69a4 4 0 0 0-1.292.893c-.368.381-.66.833-.857 1.327a4.2 4.2 0 0 0 0 3.117c.198.495.489.946.857 1.328.368.381.807.685 1.292.893a3.9 3.9 0 0 0 1.532.315h7.538c1.065 0 2.08-.438 2.824-1.208a4.15 4.15 0 0 0 1.157-2.886 4.15 4.15 0 0 0-1.157-2.886 3.94 3.94 0 0 0-2.298-1.173 4.67 4.67 0 0 0-1.414-2.242", clipRule: "evenodd" }))); });
DigitalCardSIcon.displayName = 'DigitalCardSIcon';