UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.67 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 Ios = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.64 5.396c-.169-.444-.574-1.069-1.148-1.513-.337-.253-.72-.5-1.26-.658C17.649 3.056 16.928 3 16.05 3h-8.1c-.883 0-1.598.056-2.177.23-.54.164-.94.406-1.265.659a3.786 3.786 0 00-1.154 1.513C3.006 6.296 3 7.309 3 7.95v8.1c0 .641.006 1.654.354 2.554a3.825 3.825 0 002.42 2.171c.579.169 1.293.225 2.176.225h8.1c.883 0 1.598-.056 2.177-.23.54-.164.94-.406 1.265-.659a3.785 3.785 0 001.154-1.513c.354-.894.354-1.912.354-2.554v-8.1c0-.64-.006-1.653-.354-2.553l-.006.005zM6.566 15.375h-.67v-4h.67v4zm-.332-4.674a.415.415 0 110-.832.42.42 0 01.422.415.424.424 0 01-.422.417zm4.022 4.775c-1.766 0-2.88-1.26-2.88-3.268s1.114-3.274 2.88-3.274c1.767 0 2.88 1.266 2.88 3.274s-1.113 3.268-2.88 3.268zm5.828 0c-1.328 0-2.261-.731-2.323-1.822h.602c.067.76.781 1.277 1.777 1.277.95 0 1.631-.518 1.631-1.232 0-.59-.41-.945-1.35-1.181l-.787-.203c-1.176-.298-1.699-.793-1.699-1.631 0-1.024.922-1.755 2.171-1.755 1.238 0 2.138.731 2.177 1.738h-.602c-.056-.714-.692-1.193-1.592-1.193-.877 0-1.53.49-1.53 1.187 0 .546.394.867 1.328 1.103l.686.174c1.277.32 1.811.81 1.811 1.693 0 1.114-.894 1.845-2.3 1.845zm-3.56-3.268c0 1.66-.878 2.711-2.268 2.711-1.39 0-2.261-1.052-2.261-2.71 0-1.666.872-2.718 2.261-2.718 1.39 0 2.267 1.052 2.267 2.717z", fill: "#323544" })); exports.default = Ios;