phx-react
Version:
PHX REACT
10 lines • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ShowSideBarIcon;
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
function ShowSideBarIcon() {
return (react_1.default.createElement("svg", { className: 'z-10', fill: 'none', height: '10', viewBox: '0 0 12 10', width: '12', xmlns: 'http://www.w3.org/2000/svg' },
react_1.default.createElement("path", { d: 'M0.175813 0.223504C0.421343 -0.0614273 0.832228 -0.0758473 1.09413 0.191276L5.25404 4.43435C5.38511 4.56804 5.45971 4.75453 5.45971 4.95C5.45971 5.14547 5.38511 5.33196 5.25404 5.46565L1.09413 9.70872C0.832228 9.97585 0.421343 9.96143 0.175813 9.6765C-0.0697161 9.39157 -0.0564617 8.94454 0.205436 8.67742L3.85922 4.95L0.205436 1.22258C-0.0564617 0.955455 -0.0697161 0.508435 0.175813 0.223504ZM6.41611 0.223504C6.66164 -0.0613386 7.07255 -0.0758186 7.33442 0.191276L11.4943 4.43435C11.6254 4.56804 11.7 4.75453 11.7 4.95C11.7 5.14547 11.6254 5.33196 11.4943 5.46565L7.33442 9.70872C7.07255 9.97582 6.66164 9.96134 6.41611 9.6765C6.17058 9.39157 6.18383 8.94454 6.44573 8.67742L10.0995 4.95L6.44573 1.22258C6.18383 0.955455 6.17058 0.508435 6.41611 0.223504Z', fill: 'currentColor' })));
}
//# sourceMappingURL=show-sidebar.js.map