@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.55 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrVisaAliasSIcon = 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("g", { fill: "currentColor", clipPath: "url(#BrVisaAliasSIcon__a)" },
React.createElement("path", { d: "M5.958 6.833v1.324l1.72-1.825L5.953 4.5v.787a.67.67 0 0 1-.665.671H3.041l.438-.875h1.604V4.004A.665.665 0 0 1 6.21 3.52l2.228 2.333a.677.677 0 0 1-.012.957L6.25 9.167a.68.68 0 0 1-.741.14.665.665 0 0 1-.426-.642V6.833z" }),
React.createElement("path", { d: "M8 15a7 7 0 0 0 6.364-4.083h-.98A6.125 6.125 0 0 1 1.874 8a6 6 0 0 1 .374-2.042h-.933A6.97 6.97 0 0 0 8 15" }),
React.createElement("path", { d: "M10.042 9.167V7.842L8.32 9.668l1.72 1.832v-.787a.677.677 0 0 1 .671-.671h2.246l-.437.875h-1.604v1.079a.67.67 0 0 1-.403.618.648.648 0 0 1-.723-.128l-2.229-2.334a.67.67 0 0 1-.192-.478.65.65 0 0 1 .204-.478L9.75 6.833a.68.68 0 0 1 .74-.14.665.665 0 0 1 .427.642v1.832z" }),
React.createElement("path", { d: "M8 1a7 7 0 0 0-6.358 4.083h.974A6.125 6.125 0 0 1 14.126 8a6 6 0 0 1-.374 2.042h.933A6.97 6.97 0 0 0 8 1" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "BrVisaAliasSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M1 1h14v14H1z" }))))); });
BrVisaAliasSIcon.displayName = 'BrVisaAliasSIcon';