@icongo/gy
Version:
Glyph Iconset Icons
37 lines (36 loc) • 1.97 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphOldPhone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphOldPhone = function GYSiGlyphOldPhone(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-old-phone",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.936 8.888C13.936 6.714 10.752 6 10.752 6c-.324 0-.748-.002-1.752 0V4.958l.993.013V3.083H9v1H6v-1H5v1.888l1.042-.013V6H4.176S.999 6.637.999 8.879c0 2.243-.944 5.779-.944 5.779s.736.048.736 1.31h13.333c0-1.208.858-1.315.858-1.315s-1.046-3.591-1.046-5.765Zm-6.415 6.195a3.605 3.605 0 1 1 .001-7.21 3.605 3.605 0 0 1-.001 7.21Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.273 4.879h1.305s1.266.17 1.305-.818H.049c0 .925 1.224.818 1.224.818ZM4 2.291C4 1.951 4.82 2 5.165 2h4.714c.342 0 1.136.049 1.136.389v.503h3.947c0-.01.002.008.002 0 0-2.938-5.77-2.841-7.793-2.841C5.15.051.027-.023.027 2.917H4c.002-.021 0-.812 0-.626Zm8.441 2.588h1.283s1.222.192 1.237-.818h-3.825c.048.88 1.305.818 1.305.818ZM8 11h2v.964H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 7.477,
cy: 11.492,
className: "prefix__si-glyph-fill",
rx: 1.477,
ry: 1.492
})]
})
}));
};
exports.GYSiGlyphOldPhone = GYSiGlyphOldPhone;