@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 2.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSms = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSms = function GYSiGlyphSms(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-sms",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2.002 11.984A1.988 1.988 0 0 1 .18 10.785c-.106-.248-.009-.546.221-.663.229-.116.502-.01.611.239.163.381.551.629.99.629.59 0 1.068-.449 1.068-.999s-.479-.997-1.068-.997a1.988 1.988 0 0 1-1.984-1.99c0-1.096.887-1.988 1.977-1.988.787 0 1.497.468 1.812 1.19.108.25.011.547-.219.664-.229.118-.501.011-.609-.237a1.064 1.064 0 0 0-.983-.623c-.586 0-1.061.447-1.061.994 0 .547.475.992 1.061.992a1.994 1.994 0 0 1 .006 3.988Zm11.995-.056a1.961 1.961 0 0 1-1.798-1.18c-.104-.244-.008-.536.218-.651.226-.112.495-.009.603.235.162.375.545.617.978.617.581 0 1.054-.441 1.054-.98 0-.541-.473-.981-1.054-.981a1.955 1.955 0 0 1-.009-3.909c.777 0 1.479.46 1.787 1.17a.507.507 0 0 1-.216.652c-.224.116-.494.011-.601-.233a1.049 1.049 0 0 0-.971-.611c-.576 0-1.045.439-1.045.977s.469.976 1.045.976c1.089 0 1.967.879 1.967 1.961a1.96 1.96 0 0 1-1.958 1.957Zm-8.497.051c-.342 0-.482-.311-.482-.693V5.739c0-.302.154-.661.426-.661.541 0 2.557 2.565 2.557 2.565s2-2.595 2.52-2.595c.273 0 .473.401.473.702v5.484c0 .382-.135.722-.477.722-.343 0-.5-.311-.5-.692V6.891S8.2 8.985 8.001 8.985C7.809 8.961 5.985 6.86 5.985 6.86v4.394c-.001.382-.142.725-.485.725Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSms = GYSiGlyphSms;