@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTelevision = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTelevision = function GYSiGlyphTelevision(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-television",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.381 5.06H9.468l2.739-3.79-1.012-.223L8.303 5.06h-.008L5.403 1.047l-1.014.223 2.739 3.79H.656a.582.582 0 0 0-.593.571v10.785c0 .317.265.572.593.572h14.723a.582.582 0 0 0 .594-.572V5.631a.578.578 0 0 0-.592-.571ZM13 14.67c0 .206-.152.372-.342.372H2.263c-.188 0-.341-.166-.341-.372V7.304c0-.204.152-.372.341-.372h10.395c.189 0 .342.168.342.372v7.366Zm2 .372h-1V14h1v1.042Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTelevision = GYSiGlyphTelevision;