UNPKG

@wordpress/block-library

Version:
23 lines (21 loc) 779 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwitchIcon = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const TwitchIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, { d: "M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z" }) }); exports.TwitchIcon = TwitchIcon; //# sourceMappingURL=twitch.js.map