UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 980 B
"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 BrandAws = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-aws", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M17 18.5a15.198 15.198 0 01-7.37 1.44A14.62 14.62 0 013 17M19.5 21c.907-1.411 1.451-3.323 1.5-5-1.197-.773-2.577-.935-4-1M3 11V6.5a1.5 1.5 0 013 0V11M3 9h3M9 5l1.2 6L12 7l1.8 4L15 5M18 10.25c0 .414.336.75.75.75H20a1 1 0 001-1V9a1 1 0 00-1-1h-1a1 1 0 01-1-1V6a1 1 0 011-1h1.25a.75.75 0 01.75.75" })); exports.default = BrandAws;