@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSmartphone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSmartphone = function GYSiGlyphSmartphone(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-smartphone",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.001 0H5C3.897 0 3.003 0 3.003 1v14c0 1.119.895.947 1.997.947h5.001c1.103 0 1.999.172 1.999-.947V1c0-1-.896-1-1.999-1ZM8.125 15.188h-1.23v-1.375h1.23v1.375ZM11.037 13H4V1h7.037v12Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSmartphone = GYSiGlyphSmartphone;