UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.07 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 Googlecardboard = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.087 4.235a3.07 3.07 0 00-2.183.91A3.133 3.133 0 000 7.35v9.296a3.13 3.13 0 00.903 2.206 3.066 3.066 0 002.184.913h4.28a3.078 3.078 0 002.713-1.645l1.209-2.276a.785.785 0 01.703-.42.783.783 0 01.701.42l1.21 2.276a3.08 3.08 0 002.718 1.645h4.292a3.07 3.07 0 002.184-.913A3.13 3.13 0 0024 16.646V7.35c0-.825-.324-1.618-.904-2.205a3.065 3.065 0 00-2.183-.91zm3.495 5.656c1.138 0 2.06.937 2.06 2.092 0 1.157-.922 2.093-2.06 2.093-1.139 0-2.061-.936-2.061-2.093 0-1.155.922-2.092 2.06-2.092zm10.832 0c1.139 0 2.061.937 2.061 2.092 0 1.157-.922 2.093-2.06 2.093-1.14 0-2.063-.936-2.063-2.093 0-1.155.923-2.092 2.062-2.092z" })); exports.default = Googlecardboard;