@wordpress/block-library
Version:
Block library for the WordPress editor.
25 lines (20 loc) • 752 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TwitchIcon = void 0;
var _element = require("@wordpress/element");
var _primitives = require("@wordpress/primitives");
/**
* WordPress dependencies
*/
const TwitchIcon = () => (0, _element.createElement)(_primitives.SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1"
}, (0, _element.createElement)(_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
;