UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.91 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Stripe = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.828 9.013l-1.394.295V8.192l1.394-.29v1.11z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.728 9.631c-.544 0-.894.252-1.088.427l-.073-.34h-1.222v6.379l1.389-.29.005-1.548c.2.142.495.345.984.345.994 0 1.9-.788 1.9-2.522-.006-1.587-.922-2.451-1.895-2.451zm-.333 3.77c-.328 0-.522-.116-.655-.258l-.006-2.03c.144-.158.344-.268.661-.268.506 0 .856.558.856 1.275 0 .733-.345 1.28-.856 1.28zM22 12.136c0-1.4-.689-2.505-2.006-2.505-1.322 0-2.122 1.105-2.122 2.495 0 1.646.945 2.478 2.3 2.478.661 0 1.161-.148 1.54-.356v-1.094c-.379.186-.812.3-1.362.3-.539 0-1.017-.185-1.078-.83h2.717l.004-.178c.003-.108.007-.234.007-.31zm-2.744-.52c0-.617.383-.874.733-.874.339 0 .7.257.7.875h-1.433z", fill: "#323544" }), React.createElement("path", { d: "M12.828 9.724h-1.394v4.787h1.394V9.724zM9.85 9.724l.088.405c.328-.59.978-.47 1.156-.405v1.258c-.172-.06-.728-.137-1.055.285v3.244h-1.39V9.724h1.2zM7.162 8.537l-1.356.285-.005 4.381c0 .81.616 1.406 1.439 1.406.455 0 .788-.082.972-.18v-1.11c-.178.07-1.056.322-1.056-.488V10.89h1.056V9.723H7.156l.006-1.187zM3.878 10.818c-.295 0-.472.082-.472.296 0 .232.306.335.685.462.619.207 1.433.48 1.437 1.49 0 .98-.795 1.543-1.95 1.543-.478 0-1-.093-1.517-.312v-1.302c.467.252 1.056.438 1.517.438.311 0 .533-.082.533-.334 0-.258-.331-.376-.732-.518C2.77 12.364 2 12.09 2 11.179c0-.968.75-1.548 1.878-1.548.461 0 .917.071 1.378.252v1.285a3.137 3.137 0 00-1.378-.35z", fill: "#323544" })); exports.default = Stripe;