@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 893 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTelevision = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphTelevision };